/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 313 ASSERT_TRUE(syncResult); in CallGetCurrentCallsStatusTest() 333 ASSERT_TRUE(syncResult); in SimGetSimStatusTest() 361 ASSERT_TRUE(syncResult); in SimIccIoTest() 380 ASSERT_TRUE(syncResult); in SimGetImsiTest() 400 ASSERT_TRUE(syncResult); in GetSimLockStatusTest() 423 ASSERT_TRUE(syncResult); in SetSimLockTest() 708 ASSERT_TRUE(syncResult); in GetRadioProtocolTest() 735 ASSERT_TRUE(syncResult); in SetRadioProtocolTest() 837 ASSERT_TRUE(syncResult); in CallDialTest() 896 ASSERT_TRUE(syncResult); in SetCallWaitTest() [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 1023 ASSERT_TRUE(syncResult); 1051 ASSERT_TRUE(syncResult); 1079 ASSERT_TRUE(syncResult); 1266 ASSERT_TRUE(syncResult); 1302 ASSERT_TRUE(syncResult); 1333 ASSERT_TRUE(syncResult); 1356 ASSERT_TRUE(syncResult); 1379 ASSERT_TRUE(syncResult); 1402 ASSERT_TRUE(syncResult); 1443 ASSERT_TRUE(syncResult); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/ |
H A D | medialibrary_sync_operation.cpp | 238 …ullTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPullTableCallbackExec() argument 244 if (syncResult != 0) { in SyncPullTableCallbackExec() 246 syncOpts.table.c_str(), networkId.c_str(), syncResult); in SyncPullTableCallbackExec() 281 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult &syncResult) { in SyncPullTable() argument 282 for (auto iter = syncResult.begin(); iter != syncResult.end(); iter++) { in SyncPullTable() 352 …ushTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPushTableCallbackExec() argument 357 if (syncResult != 0) { in SyncPushTableCallbackExec() 359 syncOpts.table.c_str(), networkId.c_str(), syncResult); in SyncPushTableCallbackExec() 391 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult& syncResult) { in SyncPushTable() argument 392 for (auto iter = syncResult.begin(); iter != syncResult.end(); iter++) { in SyncPushTable()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | sync_completed_callback_proxy.cpp | 46 for (const auto&[deviceId, syncResult]: syncResults) { in OnSyncCompleted() 48 !data.WriteInt32(static_cast<int32_t>(syncResult))) { in OnSyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_event_notifier_proxy.cpp | 45 for (const auto& [deviceId, syncResult] : syncResults) { in OnSyncCompleted() 47 !data.WriteInt32(static_cast<int32_t>(syncResult))) { in OnSyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | sync_completed_callback_test.cpp | 94 for (const auto& [deviceId, syncResult] : syncResults) { 96 !data.WriteInt32(static_cast<int32_t>(syncResult))) {
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | static_profile_manager.cpp | 209 int32_t syncResult = staticProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncStaticProfile() local 210 if (syncResult != DP_SUCCESS) { in E2ESyncStaticProfile() 211 HILOGE("E2ESyncStaticProfile fail, res: %{public}d!", syncResult); in E2ESyncStaticProfile()
|
H A D | device_profile_manager.cpp | 407 … int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile() local 408 if (syncResult != DP_SUCCESS) { in SyncDeviceProfile() 409 HILOGE("SyncDeviceProfile fail, res: %{public}d!", syncResult); in SyncDeviceProfile() 820 int32_t syncResult = deviceProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncDynamicProfile() local 821 if (syncResult != DP_SUCCESS) { in E2ESyncDynamicProfile() 822 HILOGE("E2ESyncDynamicProfile fail, res: %{public}d!", syncResult); in E2ESyncDynamicProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | subscribe_manager_test.cpp | 368 std::map<std::string, Status> syncResult; variable 369 syncResult["testdeviceid"] = Status::SUCCESS; 370 handler->SyncCompleted(syncResult);
|
H A D | profile_change_notification_test.cpp | 261 for (const auto& [deviceId, syncResult] : syncResults) { 263 !data.WriteInt32(static_cast<int32_t>(syncResult))) {
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_context.h | 69 DistributedRdb::SyncResult syncResult; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 83 DistributedRdb::SyncResult syncResult; member 1190 [context](const SyncResult &result) { context->syncResult = result; }); in Sync() 1195 result = JSUtils::Convert2JSValue(env, context->syncResult); in Sync()
|