| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_pipeline.c | 71 SoftBusHandler handler; member [all...] |
| /foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
| H A D | connection_ble_manager_mock.cpp | 89 int32_t LnnRegisterEventHandler(LnnEventType event, LnnEventHandler handler) in LnnRegisterEventHandler() argument
|
| /foundation/communication/dsoftbus/core/common/message_handler/ |
| H A D | message_handler.c | 224 DumpLooperLocked(const SoftBusLooperContext *context, const SoftBusHandler *handler) DumpLooperLocked() argument 379 LoopRemoveMessageCustom(const SoftBusLooper *looper, const SoftBusHandler *handler, int (*customFunc)(const SoftBusMessage*, void*), void *args) LoopRemoveMessageCustom() argument 409 LooperRemoveMessage(const SoftBusLooper *looper, const SoftBusHandler *handler, int32_t what) LooperRemoveMessage() argument [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/ |
| H A D | lnn_time_sync_manager.c | 61 SoftBusHandler handler; member
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_common.c | 97 EventHandler handler = (EventHandler)(uintptr_t)msg->arg1; in HandleAuthMessage() local 105 int32_t PostAuthEvent(EventType event, EventHandler handler, const void *obj, uint32_t size, uint64_t delayMs) in PostAuthEvent() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
| H A D | lnn_net_builder.h | 96 SoftBusHandler handler; member
|
| /foundation/communication/nfc/frameworks/js/napi/controller/ |
| H A D | nfc_napi_controller_event.cpp | 76 napi_value handler = nullptr; in after_work_cb() local 192 napi_valuetype handler = napi_undefined; in On() local 221 napi_valuetype handler = napi_undefined; in Off() local 273 Register(const napi_env& env, const std::string& type, napi_value handler) Register() argument 317 DeleteRegisterObj(const napi_env& env, std::vector<RegObj>& vecRegObjs, napi_value& handler) DeleteRegisterObj() argument 373 Unregister(const napi_env& env, const std::string& type, napi_value handler) Unregister() argument [all...] |
| /foundation/communication/wifi/wifi/base/state_machine/src/ |
| H A D | state_machine.cpp | 66 void StateMachine::SetHandler(StateMachineHandler *handler) in SetHandler() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
| H A D | object_service_impl.cpp | 380 Handler handler = in RegisterHandler() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
| H A D | kv_store_delegate_manager.cpp | 503 void KvStoreDelegateManager::SetKvStoreCorruptionHandler(const KvStoreCorruptionHandler &handler) in SetKvStoreCorruptionHandler() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
| H A D | generic_kvdb.cpp | 285 void GenericKvDB::SetCorruptHandler(const DatabaseCorruptHandler &handler) in SetCorruptHandler() argument
|
| /foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
| H A D | util.cpp | 29 auto handler = AppExecFwk::EventHandler::Current(); in PostTask() local
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | extension_test.cpp | 34 int32_t UiDriverRecordStart(function<void(nlohmann::json)> handler, string modeOpt) in UiDriverRecordStart() argument
|
| /test/testfwk/arkxtest/uitest/connection/ |
| H A D | ipc_transactor.cpp | 38 explicit CommonEventForwarder(const CommonEventSubscribeInfo &info, CommonEventHandler handler) in CommonEventForwarder() argument 45 void UpdateHandler(CommonEventHandler handler) in UpdateHandler() argument 64 explicit DeathRecipientForwarder(RemoteDiedHandler handler) : handler_(handler) {}; in DeathRecipientForwarder() argument 124 void ApiCaller::SetCallHandler(ApiCallHandler handler) in SetCallHandler() argument 129 void ApiCaller::SetBackCallerHandler(function<void(sptr<IRemoteObject>)> handler) in SetBackCallerHandler() argument 292 InitAndConnectPeer(string_view token, ApiCallHandler handler) InitAndConnectPeer() argument 405 SetBroadcastCommandHandler(BroadcastCommandHandler handler) SetBroadcastCommandHandler() argument [all...] |
| /test/testfwk/arkxtest/uitest/addon/ |
| H A D | extension_executor.cpp | 160 static RetCode SetCallbackMessageHandler(DataCallback handler)
in SetCallbackMessageHandler() argument
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
| H A D | TaskpoolSingleTaskTest.cpp | 82 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF() argument 92 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF() argument
|
| H A D | SendResponseTest.cpp | 59 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequestProxy() argument
|
| H A D | SendShareRequestTest.cpp | 62 SAMGR_SendSharedRequestProxy(const Identity *identity, const Request *request, uint32 *token, Handler handler) SAMGR_SendSharedRequestProxy() argument 68 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Response *resp, uint32 **ref, Handler handler) SAMGR_SendSharedDirectRequestProxy() argument
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
| H A D | taskpool_singletask_func_test.c | 89 static int32 SendRequestProxyDF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyDF() argument 100 static int32 SendRequestProxyF(const Identity *identity, const Request *request, Handler handler) in SendRequestProxyF() argument
|
| H A D | sendsharerequest_func_test.c | 65 SAMGR_SendSharedRequestProxy(const Identity *identity, const Request *request, uint32 *token, Handler handler) SAMGR_SendSharedRequestProxy() argument 71 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Response *resp, uint32 **ref, Handler handler) SAMGR_SendSharedDirectRequestProxy() argument
|
| H A D | sendrequest_func_test.c | 74 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler)
in SAMGR_SendRequestProxy() argument
|
| H A D | sendresponse_func_test.c | 62 static int32 SAMGR_SendRequestProxy(const Identity *identity, const Request *request, Handler handler)
in SAMGR_SendRequestProxy() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpdec.h | 189 const RTPDynamicProtocolHandler *handler; member [all...] |
| /third_party/libunwind/libunwind/include/ |
| H A D | libunwind-dynamic.h | 109 unw_word_t handler; /* address of personality routine */ member
|
| /third_party/ltp/lib/ |
| H A D | tst_safe_macros.c | 565 safe_signal(const char *file, const int lineno, int signum, sighandler_t handler) safe_signal() argument
|