/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
H A D | handler.cpp | 24 Handler::Handler() : stop_(false), stopWhenEmpty_(false)
in Handler() function in OHOS::CastEngine::CastEngineService::Handler 61 Handler::~Handler()
in ~Handler() 76 void Handler::ThreadJoin()
in ThreadJoin() 83 bool Handler::SendCastMessage(const Message &msg)
in SendCastMessage() 97 bool Handler::SendCastMessage(int what)
in SendCastMessage() 102 bool Handler::SendCastMessage(int what, int arg1)
in SendCastMessage() 107 bool Handler::SendCastMessage(int what, int arg1, int arg2)
in SendCastMessage() 112 bool Handler [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
H A D | handler.cpp | 24 Handler::Handler() : stop_(false), stopWhenEmpty_(false) in Handler() function in OHOS::CastEngine::CastEngineService::Handler 61 Handler::~Handler() in ~Handler() 76 void Handler::ThreadJoin() in ThreadJoin() 83 bool Handler::SendCastMessage(const Message &msg) in SendCastMessage() 97 bool Handler::SendCastMessage(int what) in SendCastMessage() 102 bool Handler::SendCastMessage(int what, int arg1) in SendCastMessage() 107 bool Handler::SendCastMessage(int what, int arg1, int arg2) in SendCastMessage() 112 bool Handler [all...] |
/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | handler.cpp | 27 Handler::Handler() : pMyQueue(nullptr), handleThread(0), isRunning(true) in Handler() function in OHOS::Wifi::Handler 30 Handler::Handler() : pMyTaskQueue(nullptr) 33 Handler::~Handler() in ~Handler() 35 LOGI("Handler::~Handler"); in ~Handler() 40 bool Handler::InitialHandler(const std::string &name) in InitialHandler() 68 void Handler [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager_test.cpp | 69 void Handler(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) in Handler() function 85 int32_t ret = LnnRegSyncInfoHandler(LNN_INFO_TYPE_COUNT, Handler); in HWTEST_F() 87 ret = LnnRegSyncInfoHandler(LNN_INFO_TYPE_TOPO_UPDATE, Handler); in HWTEST_F() 89 ret = LnnRegSyncInfoHandler(LNN_INFO_TYPE_TOPO_UPDATE, Handler); in HWTEST_F() 101 int32_t ret = LnnUnregSyncInfoHandler(LNN_INFO_TYPE_COUNT, Handler); in HWTEST_F() 103 ret = LnnUnregSyncInfoHandler(LNN_INFO_TYPE_OFFLINE, Handler); in HWTEST_F() 105 LnnRegSyncInfoHandler(LNN_INFO_TYPE_TOPO_UPDATE, Handler); in HWTEST_F() 106 ret = LnnUnregSyncInfoHandler(LNN_INFO_TYPE_TOPO_UPDATE, Handler); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.h | 35 using Handler = std::function<void(InnerLink &)>; 42 bool ProcessIfPresent(InnerLink::LinkType type, const std::string &remoteDeviceId, const Handler &handler); 43 bool ProcessIfAbsent(InnerLink::LinkType type, const std::string &remoteDeviceId, const Handler &handler); 45 bool ProcessIfPresent(const std::string &remoteMac, const Handler &handler); 46 bool ProcessIfAbsent(const std::string &remoteMac, const Handler &handler); 48 bool ProcessIfPresent(int linkId, const Handler &handler);
|
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | message.h | 63 * If the caller is a service, <b>Handler</b> will run in the service thread. \n 66 typedef void (*Handler)(const Request *request, const Response *response); typedef 139 int32 SAMGR_SendRequest(const Identity *identity, const Request *request, Handler handler); 162 uint32 *SAMGR_SendSharedRequest(const Identity *identity, const Request *request, uint32 *token, Handler handler); 194 Handler handler);
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_gesture_manager_test.cpp | 107 KeyGestureManager::Handler handler1(1, 10, 500, myCallback);
in HWTEST_F() 108 KeyGestureManager::Handler handler2(2, 20, 1000, myCallback);
in HWTEST_F() 109 KeyGestureManager::Handler handler3(3, 30, 1500, myCallback);
in HWTEST_F() 139 KeyGestureManager::Handler handler1(1, 10, 500, myCallback);
in HWTEST_F() 140 KeyGestureManager::Handler handler2(2, 20, 1000, myCallback);
in HWTEST_F() 141 KeyGestureManager::Handler handler3(3, 30, 1500, myCallback);
in HWTEST_F() 167 KeyGestureManager::Handler handler1(1, 10, 500, myCallback);
in HWTEST_F() 168 KeyGestureManager::Handler handler2(2, 20, 1000, myCallback);
in HWTEST_F() 169 KeyGestureManager::Handler handler3(3, 30, 1500, myCallback);
in HWTEST_F() 495 KeyGestureManager::Handler handle in HWTEST_F() [all...] |
H A D | key_gesture_manager_ex_test.cpp | 79 KeyGestureManager::Handler keyGestureMgr(1, 10, 500, myCallback); in HWTEST_F() 96 KeyGestureManager::Handler keyGestureMgr(1, 10, 500, myCallback); in HWTEST_F() 115 KeyGestureManager::Handler keyGestureMgr(1, 10, 500, myCallback); in HWTEST_F() 134 KeyGestureManager::Handler handler(100, 200, 500, myCallback); in HWTEST_F() 153 KeyGestureManager::Handler handler(100, 200, 500, myCallback); in HWTEST_F() 174 KeyGestureManager::Handler handler1(100, 1000, 500, myCallback); in HWTEST_F() 175 KeyGestureManager::Handler handler2(200, 2000, 500, myCallback); in HWTEST_F() 176 KeyGestureManager::Handler handler3(300, 3000, 500, myCallback); in HWTEST_F() 177 KeyGestureManager::Handler handler4(400, 4000, 500, myCallback); in HWTEST_F() 178 KeyGestureManager::Handler handler in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
H A D | handler.h | 33 class Handler { class 35 Handler(); 36 virtual ~Handler();
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | handler.h | 33 class Handler {
class 35 Handler();
36 virtual ~Handler();
|
/foundation/communication/wifi/wifi/base/state_machine/include/ |
H A D | handler.h | 29 class Handler { class 32 * @Description : Construct a new Handler:: Handler object. 35 Handler(); 38 * @Description : Destroy the Handler:: Handler object. 41 virtual ~Handler(); 44 * @Description : Initialize Handler 46 * @return true : Initialize Handler success, false: Initialize Handler faile [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/dump/ |
H A D | dump_manager.h | 29 using Handler = std::function<void(int, std::map<std::string, std::vector<std::string>> &)>; 55 API_EXPORT void AddHandler(const std::string &infoName, uintptr_t ptr, const Handler &handler); 56 API_EXPORT std::vector<Handler> GetHandler(const std::string &infoName); 62 ConcurrentMap<std::string, std::map<uintptr_t, Handler>> handlers_;
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/ |
H A D | profile_event_handler_factory.h | 35 using Handler = std::shared_ptr<ProfileEventHandler>(ProfileEventHandlerFactory::*)(); 41 std::map<ProfileEvent, Handler> handlersMap_;
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
H A D | lib.rs | 29 use system_ability_fwk::ability::{Ability, Handler}; 46 handler: RwLock<Option<Handler>>, 73 fn on_start(&self, handler: system_ability_fwk::ability::Handler) { in on_start() 80 handler: system_ability_fwk::ability::Handler, in on_start_with_reason()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/ |
H A D | dump_manager.cpp | 49 void DumpManager::AddHandler(const std::string &infoName, uintptr_t ptr, const Handler &handler) in AddHandler() 57 std::vector<DumpManager::Handler> DumpManager::GetHandler(const std::string &infoName) in GetHandler() 60 std::vector<Handler> handlers; in GetHandler()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_stub.h | 32 using Handler = int32_t (KVDBNotifierStub::*)(MessageParcel &data, MessageParcel &reply); 37 static const Handler HANDLERS[static_cast<uint32_t>(KVDBNotifierCode::TRANS_BUTT)];
|
/foundation/distributeddatamgr/pasteboard/services/zidl/include/ |
H A D | pasteboard_delay_getter_stub.h | 31 using Handler = int32_t (PasteboardDelayGetterStub::*)(MessageParcel &data, MessageParcel &reply);
32 static const Handler HANDLERS[TRANS_BUTT];
|
H A D | pasteboard_entry_getter_stub.h | 31 using Handler = int32_t (PasteboardEntryGetterStub::*)(MessageParcel& data, MessageParcel& reply); 32 std::map<uint32_t, Handler> memberFuncMap_;
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | profile_event_notifier_stub.h | 41 using Handler = int32_t(ProfileEventNotifierStub::*)(MessageParcel& data, MessageParcel& reply); 42 using HandlersMap = std::map<uint32_t, Handler>;
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 74 struct Handler { struct in OHOS::MMI::InputHandlerManager 91 bool IsMatchGesture(const Handler &handler, int32_t action, int32_t count); 120 std::list<Handler> interHandlers_; 121 std::map<int32_t, Handler> monitorHandlers_; 122 std::map<int32_t, Handler> actionsMonitorHandlers_;
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/ |
H A D | lib.rs | 31 use system_ability_fwk::ability::{Ability, Handler}; 49 fn on_start(&self, handler: system_ability_fwk::ability::Handler) { in on_start()
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | ability.rs | 28 fn on_start(&self, handler: Handler) {} in on_start() 40 fn on_start_with_reason(&self, reason: SystemAbilityOnDemandReason, handler: Handler) { in on_start_with_reason() 72 pub struct Handler { structure names 76 impl Handler { impls
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
H A D | wifi_direct_event_queue.h | 45 using Handler = std::function<void(std::shared_ptr<WifiDirectEventBase> &)>; 46 void Process(const Handler &handler) in Process()
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | ishared_result_set_stub.h | 43 using Handler = int(ISharedResultSetStub::*)(MessageParcel &request, MessageParcel &reply); 45 static constexpr Handler handlers[static_cast<uint32_t>(ResultCode::FUNC_BUTT)] {
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/ |
H A D | ishared_result_set_stub.h | 42 using Handler = int(ISharedResultSetStub::*)(MessageParcel &request, MessageParcel &reply); 44 static constexpr Handler handlers[static_cast<uint32_t>(ResultSetCode::FUNC_BUTT)] {
|