Home
last modified time | relevance | path

Searched defs:callbackInstance (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Drequest_suspend_delay.cpp121 … [&](const auto& callbackInstance) { return callbackInstance.second == dataWorkerData->callback; } in UvQueueWorkOnExpired()
136 [&](const auto& callbackInstance) { return callbackInstance.second.get() == this; } in OnExpired()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/src/
H A Dtransient_task_api.cpp92 [&](const auto& callbackInstance) { return callbackInstance.second.get() == this; } in OnExpired()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dbackground_task_mgr_ffi.cpp104 [&](const auto& callbackInstance) { return callbackInstance.second.get() == this; } in OnExpired()