Home
last modified time | relevance | path

Searched defs:call (Results 1 – 11 of 11) sorted by relevance

/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
DKvStoreSecurityLevelJsunit.test.js185 function call(data) { function
241 function call(data) { function
297 function call(data) { function
353 function call(data) { function
408 function call(data) { function
464 function call(data) { function
520 function call(data) { function
576 function call(data) { function
631 function call(data) { function
686 function call(data) { function
[all …]
/test/xts/dcts/testtools/disjsTest/server/
DReflectCallApi.js27 call(request) { method in ReflectCallApi
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsdataabilityrelyhap/entry/src/main/ets/MainAbility/
DMainAbility.ts41 call(){ method in MainAbility
/test/xts/acts/ability/ability_runtime/actsusers/ActsAmsUsersApi7AppA/entry/src/main/ets/MainAbility/
DMainAbility.ts41 call(){ method in MainAbility
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp83 ApiCallInfo call; in OnRemoteRequest() local
107 void ApiCaller::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call()
135 void ApiCallerProxy::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call()
339 void ApiTransactor::Transact(const ApiCallInfo &call, ApiReplyInfo &reply) in Transact()
/test/testfwk/arkxtest/uitest/test/
Dipc_transactor_test.cpp126 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
181 auto executor = [token](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
234 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
Dfrontend_api_handler_test.cpp624 ApiCallInfo call { .apiId_ = "wyz" }; in TEST_F() local
/test/testfwk/developer_test/localCoverage/codeCoverage/
DcodeCoverage_gcov_lcov.py46 def call(cmd_list, is_show_cmd=False, out=None, err=None): function
DmutilProcess_CodeCoverage.py50 def call(cmd_list, is_show_cmd=False, out=None, err=None): function
/test/testfwk/arkxtest/uitest/napi/
Dui_event_observer_napi.cpp38 void UiEventObserverNapi::PreprocessCallOnce(napi_env env, ApiCallInfo &call, napi_value jsThis, in PreprocessCallOnce()
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp364 auto call = in; in Call() local