Searched defs:call (Results 1 - 9 of 9) sorted by relevance
/test/testfwk/arkxtest/uitest/cj/ |
H A D | ui_event_observer_impl.cpp | 38 void UiEventObserverImpl::PreprocessCallOnce(ApiCallInfo &call, int64_t callbackId, ApiCallErr &err) in PreprocessCallOnce() argument
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | ui_event_observer_napi.cpp | 38 void UiEventObserverNapi::PreprocessCallOnce(napi_env env, ApiCallInfo &call, napi_value jsThis, in PreprocessCallOnce() argument
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 50 def call(cmd_list, is_show_cmd=False, out=None, err=None): function
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | frontend_api_handler_test.cpp | 79 auto call = ApiCallInfo {.apiId_ = "wyz"}; in TEST_F() local 98 auto call = ApiCallInfo {.apiId_ = apiId}; in TEST_F() local 118 auto call = ApiCallInfo {.apiId_ = apiId}; in TEST_F() local 136 auto call in TEST_F() local 151 auto call = ApiCallInfo {.apiId_ = apiId}; TEST_F() local 173 auto call = ApiCallInfo {.apiId_ = apiId}; TEST_F() local [all...] |
H A D | ipc_transactor_test.cpp | 149 auto call = ApiCallInfo {.apiId_ = "testApi", .callerObjRef_ = "testObject"}; in TEST() local 206 auto call = ApiCallInfo {.apiId_ = "testApi"}; TEST() local [all...] |
/test/testfwk/arkxtest/uitest/connection/ |
H A D | ipc_transactor.cpp | 84 ApiCallInfo call; in OnRemoteRequest() local 108 Call(const ApiCallInfo &call, ApiReplyInfo &result) Call() argument 136 Call(const ApiCallInfo &call, ApiReplyInfo &result) Call() argument 344 Transact(const ApiCallInfo &call, ApiReplyInfo &reply) Transact() argument [all...] |
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 145 auto call = ApiCallInfo {
in CallThroughMessage() local
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.cpp | 73 void PrintException(JSVM_Env env, JSVM_Value exception, const char *call) in PrintException() argument 100 void CheckErrorAndException(JSVM_Env env, JSVM_Status returnStatus, const char *call) in CheckErrorAndException() argument [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 379 auto call = in; in Call() local [all...] |
Completed in 9 milliseconds