Home
last modified time | relevance | path

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

12

/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()
287 bool ApiTransactor::InitAndConnectPeer(string_view token, ApiCallHandler handler) in InitAndConnectPeer()
400 void ApiTransactor::SetBroadcastCommandHandler(BroadcastCommandHandler handler) in SetBroadcastCommandHandler()
/test/testfwk/arkxtest/uitest/addon/
Dscreen_copy.cpp37 explicit BufferConsumerListener(OnBufferAvailableHandler handler): handler_(handler) {} in BufferConsumerListener()
100 auto handler = [this]() { in Setup() local
301 bool StartScreenCopy(float scale, ScreenCopyHandler handler) in StartScreenCopy()
Djs_client_loader.cpp101 auto handler = [type, context](nlohmann::json data) { in RecordStart() local
116 auto handler = [type, context](uint8_t * data, size_t len) { in ScreenCopyStart() local
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp89 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
111 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
129 auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { in TEST_F() local
146 …auto handler = [](const ApiCallInfo &in, ApiReplyInfo &out) { out.exception_.code_ = USAGE_ERROR; … in TEST_F() local
161 …auto handler = [&handlerCalled](const ApiCallInfo &in, ApiReplyInfo &out) { handlerCalled = true; … in TEST_F() local
629 auto handler = [](const ApiCallInfo& in, ApiReplyInfo& out) { in TEST_F() local
/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/testfwk/arkxtest/uitest/record/
Dui_record.h74 void SetAbcCallBack(std::function<void(nlohmann::json)> handler) in SetAbcCallBack()
Dui_record.cpp384 int32_t UiDriverRecordStart(std::function<void(nlohmann::json)> handler, std::string modeOpt) in UiDriverRecordStart()
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp298 OH_Drawing_TypographyCreate* handler = OH_Drawing_CreateTypographyHandler(typoStyle, variable
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp24 static void handler(int s) in handler() function
/test/xts/hats/kernel/freelist/encode_pointer/
DMalloc_encode_pointer.cpp78 static void handler(int s) { in handler() function
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp78 static void handler(int s) in handler() function
/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/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/commonlibrary/ets_utils/util2_lib_standard/src/main/js/test/
Dutil.test.js179 const handler = { variable
195 const handler = { variable
211 const handler = { variable
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py1034 def _ltp_output_method(handler, output, end_mark="\n"): argument

12