Home
last modified time | relevance | path

Searched refs:CleanupCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/collaborate/
H A Ddsched_collaborate_callback_mgr.h37 bool CleanupCallback(const sptr<IRemoteObject>& callback);
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h69 using CleanupCallback = void (*)(void*); variable
325 virtual napi_status AddCleanupHook(CleanupCallback fun, void* arg);
326 virtual napi_status RemoveCleanupHook(CleanupCallback fun, void* arg);
572 std::unordered_map<void*, std::pair<CleanupCallback, uint64_t>> cleanupHooks_;
H A Dnative_engine.cpp707 napi_status NativeEngine::AddCleanupHook(CleanupCallback fun, void* arg) in AddCleanupHook()
710 std::pair<CleanupCallback, uint64_t>(fun, cleanupHookCounter_++)); in AddCleanupHook()
718 napi_status NativeEngine::RemoveCleanupHook(CleanupCallback fun, void* arg) in RemoveCleanupHook()
736 using CleanupCallbackTuple = std::pair<void*, std::pair<CleanupCallback, uint64_t>>; in RunCleanup()
755 CleanupCallback fun = cb.second.first; in RunCleanup()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_continuation.h46 bool CleanupCallback(const sptr<IRemoteObject>& callback);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/collaborate/
H A Ddsched_collaborate_callback_mgr.cpp79 bool DSchedCollaborationCallbackMgr::CleanupCallback(const sptr<IRemoteObject>& callback) in CleanupCallback() function in OHOS::DistributedSchedule::DSchedCollaborationCallbackMgr
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_continuation.cpp219 bool DSchedContinuation::CleanupCallback(const sptr<IRemoteObject>& callback) in CleanupCallback() function in OHOS::DistributedSchedule::DSchedContinuation
H A Ddistributed_sched_service.cpp2686 result = dschedContinuation_->CleanupCallback(callback); in UnRegisterDSchedEventListener()
2689 result = collaborateCbMgr_->CleanupCallback(callback); in UnRegisterDSchedEventListener()
2692 …result = dschedContinuation_->CleanupCallback(callback) && collaborateCbMgr_->CleanupCallback(call… in UnRegisterDSchedEventListener()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp941 dschedContinuation_->CleanupCallback(callback);
944 bool result = dschedContinuation_->CleanupCallback(callback);