Searched full:called (Results 1 – 25 of 4207) sorted by relevance
12345678910>>...169
51 * All callbacks are called with job_mutex *not* held.69 * The completion function that will be called when the job completes.162 /** Notifiers called when a cancelled job is finalised */165 /** Notifiers called when a successfully completed job is finalised */168 /** Notifiers called when the job transitions to PENDING */171 /** Notifiers called when the job transitions to READY */174 /** Notifiers called when the job coroutine yields or terminates */247 * Called when the job is resumed by the user (i.e. user_paused becomes248 * false). .user_resume is called before .resume.264 * If it fails, abort and then clean will be called.[all …]
161 bool called = false; in TEST() local162 auto callback = [&called](const auto&) { called = true; }; in TEST()171 EXPECT_FALSE(called); in TEST()176 bool called = false; in TEST() local178 auto callback = [&called, &sys](const auto& system) { in TEST()180 called = true; in TEST()191 EXPECT_TRUE(called); in TEST()197 bool called = false; in TEST() local198 auto callback = [&called](const auto&) { called = true; }; in TEST()207 EXPECT_FALSE(called); in TEST()[all …]
45 * specified in the constructor is called. This function will be called62 * Callback function that is called when a list of compatible system types74 * Note: The callback function may be called immediately by this77 * callback may be called before the other class is fully initialized,81 * @param callback Callback function that is called each time a list of90 * The callback specified in the constructor will be called for each list of93 * This method normally does not need to be called. New lists of compatible104 * Callback function that is called when a Compatible interface is found.116 * Callback function that is called each time a list of compatible system
58 // Expect sd_watchdog_enabled to be called once and return .1 second in TEST_F()65 // Expect sd_notify to be called at least once for heartbeat in TEST_F()67 // called every 0.05 seconds. in TEST_F()76 // The EXPECT_CALL for sd_notify will verify if it was called as expected. in TEST_F()77 // If the test passes, it means sd_watchdog_enabled was called, in TEST_F()78 // and sd_notify was called for heartbeats. in TEST_F()86 // Expect sd_watchdog_enabled to be called once and return 0 (disabled) in TEST_F()93 // Expect sd_notify will NOT be called in TEST_F()