Home
last modified time | relevance | path

Searched refs:DeleteNotifier (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dnotifier_info.h40 void DeleteNotifier(const std::string& cbType);
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dnotifier_info.cpp34 void NotifierInfo::DeleteNotifier(const std::string& cbType) in DeleteNotifier() function in OHOS::DistributedSchedule::NotifierInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp98 * @tc.desc: DeleteNotifier test.
106 auto result = syncManager->DeleteNotifier(sequenceId_, userId_); in HWTEST_F()
849 * @tc.desc: AddNotifie and DeleteNotifier test.
860 auto result = syncManager->DeleteNotifier(sequenceId_, userId_); in HWTEST_F()
866 * @tc.desc: AddNotifie and DeleteNotifier test.
878 auto result = syncManager->DeleteNotifier(sequenceId_, userId_); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h52 Result DeleteNotifier(uint64_t sequenceId, std::string &userId);
H A Dobject_manager.cpp903 SequenceSyncManager::GetInstance()->DeleteNotifier(sequenceId, tmp); in SyncOnStore()
1122 SequenceSyncManager::Result SequenceSyncManager::DeleteNotifier(uint64_t sequenceId, std::string &userId) in DeleteNotifier() function in OHOS::DistributedObject::SequenceSyncManager
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp265 iter->second->DeleteNotifier(cbType); in UnregisterDeviceSelectionCallback()
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dcontinuation_manager_test.cpp1874 * @tc.steps: step1. test DeleteNotifier when cbType is not in notifierMap_ in HWTEST_F()
1877 notifierInfo.DeleteNotifier(INVALID_CALLBACK_TYPE); in HWTEST_F()

Completed in 10 milliseconds