Searched refs:Wait (Results 1 - 8 of 8) sorted by relevance
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/ |
H A D | trans_file_func_test.cpp | 190 ret = Wait(10);
in HWTEST_F() 230 ret = Wait(10);
in HWTEST_F() 338 ret = Wait(15);
in HWTEST_F() 378 ret = Wait(15);
in HWTEST_F() 420 ret = Wait(15);
in HWTEST_F() 471 ret = Wait(350);
in HWTEST_F() 511 ret = Wait(10);
in HWTEST_F() 551 ret = Wait(10);
in HWTEST_F() 659 ret = Wait(15);
in HWTEST_F() 699 ret = Wait(1 in HWTEST_F() [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | waitndk.cpp | 52 static napi_value Wait(napi_env env, napi_callback_info info)
in Wait() function 146 {"wait", nullptr, Wait, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | system_ui_controller.cpp | 746 LOG_E("Wait connection to AccessibilityUITestAbility timed out"); in ConnectToSysAbility() 786 LOG_E("Wait disconnection from AccessibilityUITestAbility timed out"); in DisConnectFromSysAbility()
|
/test/ostest/wukong/test_flow/src/ |
H A D | test_flow.cpp | 101 semStop_.Wait(); in Run()
|
/test/ostest/wukong/shell_command/src/ |
H A D | wukong_main.cpp | 167 semRun.Wait(); in main()
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | net_trans_common.h | 187 int Wait(int timeout);
|
H A D | net_trans_common.c | 77 int Wait(int timeout)
in Wait() function 85 LOG("Wait success[flag:%d] [time:%d]", g_waitFlag, count);
in Wait() 92 LOG("Wait fail[exp:%d, real:%d][used time:%d]", WAIT_SUCCESS_VALUE, g_waitFlag, count);
in Wait() 745 ret = Wait(timeout);
in SendData4Data() 842 ret4Close = Wait(timeout);
in CloseSessionAndRemoveSs4Proxy()
|
/test/ostest/wukong/common/include/ |
H A D | wukong_util.h | 406 bool Wait() in Wait() function in OHOS::WuKong::WukongSemaphore
|
Completed in 7 milliseconds