Searched refs:syncResult (Results 1 – 3 of 3) sorted by relevance
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 306 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in CallGetCurrentCallsStatusTest() local 307 ASSERT_TRUE(syncResult); in CallGetCurrentCallsStatusTest() 326 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimGetSimStatusTest() local 327 ASSERT_TRUE(syncResult); in SimGetSimStatusTest() 354 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimIccIoTest() local 355 ASSERT_TRUE(syncResult); in SimIccIoTest() 373 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in SimGetImsiTest() local 374 ASSERT_TRUE(syncResult); in SimGetImsiTest() 393 bool syncResult = WaitGetResult(eventId, handler, WAIT_TIME_SECOND); in GetSimLockStatusTest() local 394 ASSERT_TRUE(syncResult); in GetSimLockStatusTest() [all …]
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 919 bool syncResult = callback->SetNetworkModeCallbackResult(); variable 920 … TELEPHONY_LOGI("TelephonyTestService SetNetworkSelectionMode syncResult: %{public}d", syncResult); 921 ASSERT_TRUE(syncResult); 947 bool syncResult = callback->SetNetworkModeCallbackResult(); variable 948 … TELEPHONY_LOGI("TelephonyTestService SetNetworkSelectionMode syncResult: %{public}d", syncResult); 949 ASSERT_TRUE(syncResult); 975 bool syncResult = callback->SetNetworkModeCallbackResult(); variable 976 … TELEPHONY_LOGI("TelephonyTestService SetNetworkSelectionMode syncResult: %{public}d", syncResult); 977 ASSERT_TRUE(syncResult); 1003 bool syncResult = callback->SetNetworkModeCallbackResult(); variable [all …]
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | device_profile_adapter.cpp | 217 std::for_each(syncResults.begin(), syncResults.end(), [](const auto &syncResult) { in OnSyncCompleted() argument 218 FI_HILOGD("Sync result:%{public}d", syncResult.second); in OnSyncCompleted()
|