Home
last modified time | relevance | path

Searched defs:syncCb (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_event_notifier_proxy_test.cpp69 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
86 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
104 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dsubscribe_manager_test.cpp219 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
236 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
255 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
274 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
298 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
318 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
341 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
376 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dprofile_change_notification_test.cpp268 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
289 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
315 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
337 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
357 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
377 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dprofile_change_handler_test.cpp185 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
307 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
325 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
347 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
362 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dprofile_sync_test.cpp182 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dprofile_storage_test.cpp230 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
490 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
509 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
563 auto syncCb = std::make_shared<StorageProfileEventCallback>(); variable
H A Dprofile_crud_test.cpp314 auto syncCb = std::make_shared<ProfileEventCallback>(); variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Donline_sync_table.cpp66 int32_t OnlineSyncTable::RegisterSyncCallback(const std::shared_ptr<KvStoreSyncCallback>& syncCb) in RegisterSyncCallback()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1278 OHOS::sptr<OHOS::IRemoteObject> syncCb = nullptr; variable
1297 …OHOS::sptr<OHOS::IRemoteObject> syncCb = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback()); variable
1500 …OHOS::sptr<OHOS::IRemoteObject> syncCb = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback()); variable
1513 …OHOS::sptr<OHOS::IRemoteObject> syncCb = OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback()); variable
H A Ddistributed_device_profile_client_kv_test.cpp418 OHOS::sptr<ISyncCompletedCallback> syncCb = nullptr; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp287 const std::shared_ptr<IProfileEventCallback>& syncCb) in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp349 sptr<ISyncCompletedCallback> syncCb) in SyncDeviceProfile()