Home
last modified time | relevance | path

Searched defs:syncListener (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp431 …OHOS::sptr<OHOS::IRemoteObject> syncListener = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallb… variable
475 …OHOS::sptr<OHOS::IRemoteObject> syncListener = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallb… variable
509 …OHOS::sptr<OHOS::IRemoteObject> syncListener = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallb… variable
547 …OHOS::sptr<OHOS::IRemoteObject> syncListener = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallb… variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp428 int32_t ProfileCache::AddSyncListener(const std::string& caller, sptr<IRemoteObject> syncListener) in AddSyncListener()
504 int32_t ProfileCache::RemoveSyncListener(sptr<IRemoteObject> syncListener) in RemoveSyncListener()