Home
last modified time | relevance | path

Searched defs:syncResult (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp312 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in CallGetCurrentCallsStatusTest() local
332 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimGetSimStatusTest() local
360 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimIccIoTest() local
379 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimGetImsiTest() local
399 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in GetSimLockStatusTest() local
422 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SetSimLockTest() local
707 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in GetRadioProtocolTest() local
734 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SetRadioProtocolTest() local
836 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in CallDialTest() local
895 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SetCallWaitTest() local
[all …]
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp993 bool syncResult = callback->SetNetworkModeCallbackResult(); variable
1021 bool syncResult = callback->SetNetworkModeCallbackResult(); variable
1049 bool syncResult = callback->SetNetworkModeCallbackResult(); variable
1331 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1354 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1377 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1400 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1441 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1472 bool syncResult = callback->SetRadioStateCallbackResult(); variable
1503 bool syncResult = callback->SetRadioStateCallbackResult(); variable
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp238 …ullTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPullTableCallbackExec()
281 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult &syncResult) { in SyncPullTable()
352 …ushTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPushTableCallbackExec()
391 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult& syncResult) { in SyncPushTable()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp209 int32_t syncResult = staticProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncStaticProfile() local
H A Ddevice_profile_manager.cpp407 … int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile() local
820 int32_t syncResult = deviceProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncDynamicProfile() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp368 std::map<std::string, Status> syncResult; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h69 DistributedRdb::SyncResult syncResult; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp83 DistributedRdb::SyncResult syncResult; member