Searched refs:HandleNotifyCompleteContinuation (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue_manager.h | 75 void HandleNotifyCompleteContinuation(const std::u16string& devId, int32_t missionId, bool isSuccess,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_manager_test.cpp | 334 * @tc.desc: test HandleNotifyCompleteContinuation func 344 DSchedContinueManager::GetInstance().HandleNotifyCompleteContinuation(devId, missionId, false, callerBundleName); in HWTEST_F() 348 DSchedContinueManager::GetInstance().HandleNotifyCompleteContinuation(devId, missionId, false, callerBundleName); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_manager.cpp | 460 HandleNotifyCompleteContinuation(devId, sessionId, isSuccess, callerBundleName); in NotifyCompleteContinuation() 470 void DSchedContinueManager::HandleNotifyCompleteContinuation(const std::u16string& devId, int32_t missionId, in HandleNotifyCompleteContinuation() function in OHOS::DistributedSchedule::DSchedContinueManager
|
Completed in 5 milliseconds