Searched refs:callerObjRef_ (Results 1 - 10 of 10) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
H A D | frontend_api_handler_test.cpp | 210 auto call0 = ApiCallInfo {.apiId_ = "By.text", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 221 auto call1 = ApiCallInfo {.apiId_ = "By.isAfter", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 232 auto call2 = ApiCallInfo {.apiId_ = "UiDriver.create", .callerObjRef_ = string()}; in TEST_F() 240 auto call3 = ApiCallInfo {.apiId_ = "By.id", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 250 auto call4 = ApiCallInfo {.apiId_ = "By.key", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 267 auto call0 = ApiCallInfo {.apiId_ = "On.text", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 278 auto call1 = ApiCallInfo {.apiId_ = "On.isAfter", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 290 auto call2 = ApiCallInfo {.apiId_ = "Driver.create", .callerObjRef_ = string()}; in TEST_F() 298 auto call3 = ApiCallInfo {.apiId_ = "On.id", .callerObjRef_ = string(REF_SEED_BY)}; in TEST_F() 312 auto call0 = ApiCallInfo {.apiId_ = "UiDriver.findComponent", .callerObjRef_ in TEST_F() [all...] |
H A D | ipc_transactor_test.cpp | 129 ret.append("/").append(call.callerObjRef_).append("/"); in TEST() 149 auto call = ApiCallInfo {.apiId_ = "testApi", .callerObjRef_ = "testObject"}; in TEST()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 85 in.callerObjRef_ = observerRef; 261 if (inModifier.callerObjRef_.find(className) == 0) { in ApiMapPre() 262 inModifier.callerObjRef_.replace(0, className.length(), result->second); in ApiMapPre() 263 LOG_D("Modify callobjref to %{public}s", inModifier.callerObjRef_.c_str()); in ApiMapPre() 622 if (in.callerObjRef_ != REF_SEED_ON) { // copy-construct from the caller if it's not seed in GenericOnAttrBuilder() 623 *selector = GetBackendObject<WidgetSelector>(in.callerObjRef_); in GenericOnAttrBuilder() 660 if (in.callerObjRef_ != REF_SEED_ON) { // copy-construct from the caller if it's not seed in RegisterOnBuilders() 661 *selector = GetBackendObject<WidgetSelector>(in.callerObjRef_); in RegisterOnBuilders() 688 const auto driverRef = in.callerObjRef_; in RegisterUiDriverComponentFinders() 732 const auto driverRef = in.callerObjRef_; in RegisterUiDriverWindowFinder() [all...] |
H A D | frontend_api_defines.h | 93 std::string callerObjRef_; member
|
/test/testfwk/arkxtest/uitest/napi/ |
H A D | ui_event_observer_napi.cpp | 60 if (g_jsRefs.find(call.callerObjRef_) == g_jsRefs.end()) { in PreprocessCallOnce() 64 LOG_D("Hold reference of %{public}s", call.callerObjRef_.c_str()); in PreprocessCallOnce() 65 g_jsRefs.insert({ call.callerObjRef_, ref }); in PreprocessCallOnce() 103 auto &observerId = in.callerObjRef_; in InitCallbackContext()
|
H A D | uitest_napi.cpp | 413 ctx.callInfo_.callerObjRef_ = JsStrToCppStr(env, jsTempObj); in GenericCallback()
|
/test/testfwk/arkxtest/uitest/connection/ |
H A D | ipc_transactor.cpp | 87 call.callerObjRef_ = data.ReadString(); in OnRemoteRequest() 143 data.WriteString(call.callerObjRef_) && data.WriteString(call.paramList_.dump()) && in Call()
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 147 .callerObjRef_ = nullThis ? "" : caller.get<string>(),
in CallThroughMessage() 166 msgJson["this"] = in.callerObjRef_;
in SetCallbackMessageHandler()
|
/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 175 LOG_D("callerObjRef_: %{public}s", params.callerObjRef); in CJ_ApiCall() 176 callInfo_.callerObjRef_ = string{params.callerObjRef}; in CJ_ApiCall()
|
H A D | ui_event_observer_impl.cpp | 85 auto &observerId = in.callerObjRef_; in InitCallbackContext()
|
Completed in 8 milliseconds