Searched refs:caller (Results 1 - 5 of 5) sorted by relevance
/test/testfwk/arkxtest/uitest/connection/ |
H A D | ipc_transactor.cpp | 114 bool ApiCaller::SetBackCaller(const sptr<IRemoteObject> &caller) in SetBackCaller() argument 120 backcallerHandler_(caller); in SetBackCaller() 165 bool ApiCallerProxy::SetBackCaller(const OHOS::sptr<IRemoteObject> &caller) in SetBackCaller() argument 170 auto writeStat = data.WriteInterfaceToken(GetDescriptor()) && data.WriteRemoteObject(caller); in SetBackCaller() 188 constexpr string_view PUBLISH_EVENT_PREFIX = "uitest.api.caller.publish#"; 193 static sptr<IRemoteObject> PublishCallerAndWaitForBackcaller(const sptr<ApiCaller> &caller, string_view token) in PublishCallerAndWaitForBackcaller() argument 198 want.SetParam(string(token), caller->AsObject()); in PublishCallerAndWaitForBackcaller() 205 caller->SetBackCallerHandler([&remoteCallerObject, &condition](const sptr<IRemoteObject> &remote) { in PublishCallerAndWaitForBackcaller() 212 // publish caller with retries in PublishCallerAndWaitForBackcaller() 218 caller in PublishCallerAndWaitForBackcaller() [all...] |
H A D | ipc_transactor.h | 38 virtual bool SetBackCaller(const OHOS::sptr<OHOS::IRemoteObject> &caller) = 0; 49 bool SetBackCaller(const OHOS::sptr<IRemoteObject> &caller) override; 64 bool SetBackCaller(const OHOS::sptr<IRemoteObject> &caller) override;
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | extension_executor.cpp | 139 auto caller = message["this"];
in CallThroughMessage() local 141 auto nullThis = caller.type() == VT::null;
in CallThroughMessage() 143 CALL_THROUGH_CHECK(caller.type() == VT::string || nullThis, "Illegal thisRef type", ERR_BAD_ARG, true, ptr);
in CallThroughMessage() 147 .callerObjRef_ = nullThis ? "" : caller.get<string>(),
in CallThroughMessage()
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | frontend_api_handler_test.cpp | 97 json caller; in TEST_F() local 154 // api error should be delivered out to caller in TEST_F()
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksImportJsunit.test.js | 962 async function generateAndExportPublicKey(keyAlias, HuksOptions, caller) { 968 if (caller) {
|
Completed in 6 milliseconds