| /test/testfwk/arkxtest/uitest/connection/ |
| D | ipc_transactor.cpp | 37 … 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/ |
| D | screen_copy.cpp | 37 explicit BufferConsumerListener(OnBufferAvailableHandler handler): handler_(handler) {} in BufferConsumerListener() 100 auto handler = [this]() { in Setup() local 301 bool StartScreenCopy(float scale, ScreenCopyHandler handler) in StartScreenCopy()
|
| D | js_client_loader.cpp | 101 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/ |
| D | frontend_api_handler_test.cpp | 89 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/ |
| D | logger.py | 154 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/ |
| D | ui_record.h | 74 void SetAbcCallBack(std::function<void(nlohmann::json)> handler) in SetAbcCallBack()
|
| D | ui_record.cpp | 384 int32_t UiDriverRecordStart(std::function<void(nlohmann::json)> handler, std::string modeOpt) in UiDriverRecordStart()
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| D | OH_Drawing_TypographyTest.cpp | 298 OH_Drawing_TypographyCreate* handler = OH_Drawing_CreateTypographyHandler(typoStyle, variable
|
| /test/xts/hats/kernel/freelist/modify_pointer/ |
| D | Malloc_modify_pointer.cpp | 24 static void handler(int s) in handler() function
|
| /test/xts/hats/kernel/freelist/encode_pointer/ |
| D | Malloc_encode_pointer.cpp | 78 static void handler(int s) { in handler() function
|
| /test/xts/hats/kernel/freelist/safe_unlink/ |
| D | Malloc_safe_unlink.cpp | 78 static void handler(int s) in handler() function
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| D | TaskpoolSpecifiedTaskTest.cpp | 65 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()
|
| D | TaskpoolSharedTaskTest.cpp | 71 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()
|
| D | SendShareRequestTest.cpp | 63 Handler handler) in SAMGR_SendSharedRequestProxy() 69 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
|
| D | TaskpoolSingleTaskTest.cpp | 82 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()
|
| D | SendResponseTest.cpp | 59 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
|
| D | SendRequestTest.cpp | 79 …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/ |
| D | taskpool_specifiedtask_func_test.c | 71 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()
|
| D | taskpool_sharedtask_func_test.c | 78 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()
|
| D | sendsharerequest_func_test.c | 66 Handler handler) in SAMGR_SendSharedRequestProxy() 72 uint32 **ref, Handler handler) in SAMGR_SendSharedDirectRequestProxy()
|
| D | taskpool_singletask_func_test.c | 89 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()
|
| D | sendresponse_func_test.c | 62 …tic int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy()
|
| D | sendrequest_func_test.c | 74 …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/ |
| D | util.test.js | 179 const handler = { variable 195 const handler = { variable 211 const handler = { variable
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers.py | 1034 def _ltp_output_method(handler, output, end_mark="\n"): argument
|