/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | single_kvstore.h | 174 std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync() 195 std::shared_ptr<KvStoreSyncCallback> syncCallback, uint32_t delay) in Sync()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 719 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = nullptr; variable 733 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable 852 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable 868 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = nullptr; variable 1048 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable 1307 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable 1335 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable 1424 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback = variable
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dsched_sync_e2e.cpp | 92 std::shared_ptr<DmsKvSyncCB> syncCallback = std::make_shared<DmsKvSyncCB>(); in PushAndPullData() local 117 std::shared_ptr<DmsKvSyncCB> syncCallback = std::make_shared<DmsKvSyncCB>(); in PushAndPullData() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.cpp | 391 auto syncCallback = std::make_shared<SyncCustomizedCallback>(); in GetSync() local 449 auto syncCallback = std::make_shared<SyncCustomizedCallback>(); in CreateSync() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
H A D | distributed_test.cpp | 110 …std::shared_ptr<KvStoreSyncCallback> syncCallback = std::make_shared<KvStoreSyncCallbackTestImpl>(… in SetUpTestCase() local
|
H A D | distributed_test_agent.cpp | 125 …std::shared_ptr<KvStoreSyncCallback> syncCallback = std::make_shared<KvStoreSyncCallbackTestImpl>(… in SetUp() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_profile_service_test.cpp | 286 sptr<IRemoteObject> syncCallback = nullptr; variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 155 std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 156 const DataQuery &query, std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 156 std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_single_kv_store.h | 93 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback) override in Sync()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_single_kv_store.h | 90 std::shared_ptr<DistributedKv::KvStoreSyncCallback> syncCallback) override in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
H A D | mock_single_kv_store.cpp | 177 const DataQuery &query, std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/ |
H A D | mock_single_kv_store.cpp | 168 const DataQuery &query, std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
H A D | mock_single_kv_store.cpp | 170 const DataQuery &query, std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 264 const DataQuery &query, std::shared_ptr<KvStoreSyncCallback> syncCallback) in Sync()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_data_storage.cpp | 318 …std::shared_ptr<DistributedDataStorageCallback> syncCallback = std::make_shared<DistributedDataSto… in SyncAndCompleted() local
|
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/ |
H A D | accesstoken_kit.cpp | 549 …32_t AccessTokenKit::RegisterTokenSyncCallback(const std::shared_ptr<TokenSyncKitInterface>& syncC… in RegisterTokenSyncCallback()
|
H A D | accesstoken_manager_client.cpp | 584 const std::shared_ptr<TokenSyncKitInterface>& syncCallback) in RegisterTokenSyncCallback()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 441 std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) in Sync()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/ |
H A D | devicekvstore_fuzzer.cpp | 168 auto syncCallback = std::make_shared<DeviceSyncCallbackTestImpl>(); in SyncCallbackFuzz() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/ |
H A D | singlekvstore_fuzzer.cpp | 188 auto syncCallback = std::make_shared<DeviceSyncCallbackTestImpl>(); in SyncCallbackFuzz() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | device_kvstore_test.cpp | 445 auto syncCallback = std::make_shared<DeviceSyncCallbackTestImpl>(); variable
|
H A D | single_kvstore_client_test.cpp | 333 auto syncCallback = std::make_shared<KvStoreSyncCallbackTestImpl>(); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 589 std::shared_ptr<SyncCallback> syncCallback, uint32_t delay) in Sync()
|