Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 21 of 21) sorted by relevance

/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp37 … explicit CommonEventForwarder(const CommonEventSubscribeInfo &info, CommonEventHandler handler) in CommonEventForwarder()
44 void UpdateHandler(CommonEventHandler handler) in UpdateHandler()
63 explicit DeathRecipientForwarder(RemoteDiedHandler handler) : handler_(handler) {}; in DeathRecipientForwarder()
123 void ApiCaller::SetCallHandler(ApiCallHandler handler) in SetCallHandler()
128 void ApiCaller::SetBackCallerHandler(function<void(sptr<IRemoteObject>)> handler) in SetBackCallerHandler()
283 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer()
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp87 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
109 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
127 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
144 …auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { out.exception_.code_ = USAGE_ERROR; … in TEST_F() local
159 …auto handler = [&handlerCalled](const ApiCallInfo &in, ApiReplyInfo &out) { handlerCalled = true; … in TEST_F() local
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp24 static void handler(int s) in handler() function
/test/testfwk/xdevice/src/xdevice/_core/
Dlogger.py154 def add_task_log(self, handler): argument
163 def remove_task_log(self, handler): argument
169 def add_encrypt_log(self, handler): argument
178 def remove_encrypt_log(self, handler): argument
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp29 static void handler(int s) in handler() function
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp298 OH_Drawing_TypographyCreate* handler = OH_Drawing_CreateTypographyHandler(typoStyle, variable
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dtaskpool_specifiedtask_func_test.c71 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
82 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
Dtaskpool_sharedtask_func_test.c78 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
89 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
Dsendsharerequest_func_test.c66 Handler handler) in SAMGR_SendSharedRequestProxy()
72 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
Dtaskpool_singletask_func_test.c89 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
100 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
Dsendresponse_func_test.c62 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
Dsendrequest_func_test.c74 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DTaskpoolSpecifiedTaskTest.cpp65 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
75 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
DTaskpoolSharedTaskTest.cpp71 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
81 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
DSendShareRequestTest.cpp63 Handler handler) in SAMGR_SendSharedRequestProxy()
69 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
DTaskpoolSingleTaskTest.cpp82 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF()
92 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF()
DSendResponseTest.cpp59 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
DSendRequestTest.cpp79 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
/test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/src/main/js/test/
Dutil.test.js183 const handler = { variable
199 const handler = { variable
215 const handler = { variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py1036 def _ltp_output_method(handler, output, end_mark="\n"): argument
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp225 void FrontendApiServer::AddHandler(string_view apiId, ApiInvokeHandler handler) in AddHandler()