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/
DKvStoreSecurityLevelS1Jsunit.test.js224 function call(data) { function
283 function call(data) { function
341 function call(data) { function
399 function call(data) { function
457 function call(data) { function
514 function call(data) { function
572 function call(data) { function
630 function call(data) { function
688 function call(data) { function
746 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/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp84 ApiCallInfo call; in OnRemoteRequest() local
108 void ApiCaller::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call()
136 void ApiCallerProxy::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call()
343 void ApiTransactor::Transact(const ApiCallInfo &call, ApiReplyInfo &reply) in Transact()
/test/testfwk/arkxtest/uitest/test/
Dipc_transactor_test.cpp127 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
182 auto executor = [token](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
235 auto executor = [](const ApiCallInfo &call, ApiReplyInfo &result) { in TEST()
Dfrontend_api_handler_test.cpp643 ApiCallInfo call { .apiId_ = "wyz" }; in TEST_F() local
/test/testfwk/arkxtest/uitest/cj/
Dui_event_observer_impl.cpp38 void UiEventObserverImpl::PreprocessCallOnce(ApiCallInfo &call, int64_t callbackId, ApiCallErr &err) in PreprocessCallOnce()
/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/developer_test/local_coverage/code_coverage/
Dmultiprocess_code_coverage.py50 def call(cmd_list, is_show_cmd=False, out=None, err=None): function
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp73 void PrintException(JSVM_Env env, JSVM_Value exception, const char *call) in PrintException()
100 void CheckErrorAndException(JSVM_Env env, JSVM_Status returnStatus, const char *call) in CheckErrorAndException()
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp379 auto call = in; in Call() local