Home
last modified time | relevance | path

Searched refs:Call (Results 1 – 11 of 11) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp77 FrontendApiServer::Get().Call(call, reply); in TEST_F()
96 server.Call(call, reply); in TEST_F()
101 server.Call(call, reply); in TEST_F()
118 server.Call(call, reply); in TEST_F()
134 server.Call(call, reply); in TEST_F()
149 server.Call(call, reply); in TEST_F()
173 server.Call(call, reply); in TEST_F()
180 server.Call(call, reply); in TEST_F()
206 server.Call(call0, reply0); in TEST_F()
217 server.Call(call1, reply1); in TEST_F()
[all …]
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.h35 virtual void Call(const ApiCallInfo &call, ApiReplyInfo &result) = 0;
47 void Call(const ApiCallInfo &call, ApiReplyInfo &result) override;
62 void Call(const ApiCallInfo &call, ApiReplyInfo &result) override;
Dipc_transactor.cpp95 Call(call, result); in OnRemoteRequest()
107 void ApiCaller::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call() function in OHOS::uitest::ApiCaller
135 void ApiCallerProxy::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call() function in OHOS::uitest::ApiCallerProxy
348 remoteCaller_->Call(call, reply); in Transact()
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/entry/src/main/ets/test/
DAbilityStageMonitor.test.ets60 * @tc.name: Call waitAbilityStageMonitor in the form of callback, and enter the monitor
108 * @tc.name: Call waitAbilityStageMonitor in the form of a promise, and enter the monitor
155 … * @tc.name: Call waitAbilityStageMonitor in the form of callBack, enter the monitor, timeout
203 * @tc.name: Call waitAbilityStageMonitor in the form of promise, input monitor, timeout
252 … * @tc.name: Call waitAbilityStageMonitor, the moduleName in the parameter monitor does not exist
299 … * @tc.name: Call waitAbilityStageMonitor, the srcEntrance in the parameter monitor does not exist
343 * @tc.name: Call the promise form of addAbilityStageMonitor to add monitoring,
394 * @tc.name: Call the callback form of addAbilityStageMonitor to add monitoring,
454 * @tc.name: Call waitAbilityStageMonitor, input monitor, timeout is 3 seconds
503 * @tc.name: Call the promise form of addAbilityStageMonitor to add monitoring,
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.h72 void Call(const ApiCallInfo& in, ApiReplyInfo& out) const;
Dfrontend_api_handler.cpp257 void FrontendApiServer::Call(const ApiCallInfo &in, ApiReplyInfo &out) const in Call() function in OHOS::uitest::FrontendApiServer
298 FrontendApiServer::Get().Call(in, out); in ApiTransact()
/test/xts/acts/telephony/telephonyjstest/radiostatistic/entry/src/main/ets/test/
DSmsMmsJsunit.test.ets29 * @tc.name Call interface CreateMessage,
72 * @tc.desc Call interface CreateMessage,
/test/testfwk/arkxtest/
DREADME_en.md436 // 4. Call the following methods.
493 // 5. Call the following methods.
499 // Call claser.method_1 and check the execution result.
545 // 5. Call the following methods.
551 // Call claser.method_1 and check the execution result.
/test/xts/acts/ability/ability_runtime/faapicover/faapicoverhaptest/entry/src/main/ets/test/
DVerificationTest.ets207 * @tc.name Call GetWindow interface.
/test/xts/device_attest/
DREADME.md185 Call to view sample example.
/test/xts/acts/ability/ability_runtime/freeinstalltest/startabilityforresultstagetest/actsfreeinstallstartabilityforresultstagetest/entry/src/main/ets/test/
DStartAbilityForResult.ets270 … * @tc.name: startAbilityForResult: Call by AsyncCallback,free install and start hap successfully.