Home
last modified time | relevance | path

Searched refs:vecCallback (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp49 std::vector<sptr<IRemoteObject>> vecCallback = collaborateCbArr_; in PushCallback() local
132 std::vector<sptr<IRemoteObject>> vecCallback = GetCallback(); in NotifyDSchedEventResult() local
133 if (vecCallback.empty()) { in NotifyDSchedEventResult()
138 for (auto callback = vecCallback.begin(); callback != vecCallback.end(); ++callback) { in NotifyDSchedEventResult()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp168 std::vector<sptr<IRemoteObject>> vecCallback = continuationCallbackArr_; in PushCallback() local
298 std::vector<sptr<IRemoteObject>> vecCallback = GetCallback(); in NotifyDSchedEventResult() local
299 if (vecCallback.empty()) { in NotifyDSchedEventResult()
304 for (auto callback = vecCallback.begin(); callback != vecCallback.end(); ++callback) { in NotifyDSchedEventResult()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp781 std::vector<std::shared_ptr<NativeReference>> vecCallback = onCB->onRegistration->GetOnCallbackCBRef(); in OnExecuteCB() local
783 for (auto ele = vecCallback.begin(); ele != vecCallback.end(); ++ele) { in OnExecuteCB()

Completed in 5 milliseconds