Home
last modified time | relevance | path

Searched defs:handler (Results 1226 - 1250 of 2701) sorted by relevance

1...<<41424344454647484950>>...109

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dcgroup_adjuster.cpp53 auto handler = SchedController::GetInstance().GetCgroupEventHandler(); in InitAdjuster() local
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dmessage.c33 int32 SAMGR_SendRequest(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequest() argument
118 uint32 *SAMGR_SendSharedRequest(const Identity *identity, const Request *request, uint32 *token, Handler handler) in SAMGR_SendSharedRequest() argument
134 SAMGR_SendSharedDirectRequest(const Identity *id, const Request *req, const Response *resp, uint32 **ref, Handler handler) SAMGR_SendSharedDirectRequest() argument
[all...]
/foundation/window/window_manager/utils/src/
H A Dsurface_reader.cpp105 void SurfaceReader::SetHandler(sptr<SurfaceReaderHandler> handler) in SetHandler() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_manager.cpp60 bool LinkManager::ProcessIfPresent(InnerLink::LinkType type, const std::string &remoteDeviceId, const Handler &handler) in ProcessIfPresent() argument
75 bool LinkManager::ProcessIfAbsent(InnerLink::LinkType type, const std::string &remoteDeviceId, const Handler &handler) in ProcessIfAbsent() argument
95 bool LinkManager::ProcessIfPresent(const std::string &remoteMac, const Handler &handler) in ProcessIfPresent() argument
111 bool LinkManager::ProcessIfAbsent(const std::string &remoteMac, const Handler &handler) in ProcessIfAbsent() argument
134 bool LinkManager::ProcessIfPresent(int linkId, const Handler &handler) in ProcessIfPresent() argument
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper.c141 static HandlerNode *CreateHiDumperHandlerNode(char *moduleName, char *helpInfo, DumpHandlerFunc handler) in CreateHiDumperHandlerNode() argument
175 int32_t SoftBusRegHiDumperHandler(char *moduleName, char *helpInfo, DumpHandlerFunc handler) in SoftBusRegHiDumperHandler() argument
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_event_test.cpp94 LnnEventHandler handler = NULL; in HWTEST_F() local
125 LnnEventHandler handler = NULL; in HWTEST_F() local
152 LnnEventHandler handler = NULL; in HWTEST_F() local
195 LnnEventHandler handler = NULL; in HWTEST_F() local
213 LnnEventHandler handler = OnNetworkStateChange; in HWTEST_F() local
249 LnnEventHandler handler = NULL; HWTEST_F() local
267 LnnEventHandler handler = OnNetworkStateChange; HWTEST_F() local
285 LnnEventHandler handler = NULL; HWTEST_F() local
304 LnnEventHandler handler = NULL; HWTEST_F() local
346 LnnEventHandler handler = NULL; HWTEST_F() local
363 LnnEventHandler handler = OnNetworkStateChange; HWTEST_F() local
382 LnnEventHandler handler = NULL; HWTEST_F() local
427 LnnEventHandler handler = NULL; HWTEST_F() local
459 LnnEventHandler handler = NULL; HWTEST_F() local
477 LnnEventHandler handler = NULL; HWTEST_F() local
511 LnnEventHandler handler = NULL; HWTEST_F() local
547 LnnEventHandler handler = NULL; HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp43 void NetPolicyCore::Init(std::shared_ptr<NetPolicyEventHandler> &handler) in Init() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_mock.cpp77 int32_t LnnRegisterEventHandler(LnnEventType event, LnnEventHandler handler) in LnnRegisterEventHandler() argument
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H A Dnet_conn_callback_observer.cpp49 auto handler = [network, manager](napi_env env) { in NetAvailable() local
84 auto handler = [network, caps, manager](napi_env env) { in NetCapabilitiesChange() local
120 auto handler = [network, linkInfo, manager](napi_env env) { in NetConnectionPropertiesChange() local
154 auto handler = [network, manager](napi_env env) { in NetLost() local
183 auto handler = [manager](napi_env env) { in NetUnavailable() local
216 auto handler = [network, blocked, manager](napi_env env) { NetBlockStatusChange() local
[all...]
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_data_handler_test.cpp119 NetStatsDataHandler handler; in HWTEST_F() local
128 NetStatsDataHandler handler; in HWTEST_F() local
136 NetStatsDataHandler handler; in HWTEST_F() local
146 NetStatsDataHandler handler; in HWTEST_F() local
155 NetStatsDataHandler handler; in HWTEST_F() local
165 NetStatsDataHandler handler; HWTEST_F() local
175 NetStatsDataHandler handler; HWTEST_F() local
186 NetStatsDataHandler handler; HWTEST_F() local
197 NetStatsDataHandler handler; HWTEST_F() local
209 NetStatsDataHandler handler; HWTEST_F() local
221 NetStatsDataHandler handler; HWTEST_F() local
232 NetStatsDataHandler handler; HWTEST_F() local
244 NetStatsDataHandler handler; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_monitor.cpp125 const auto &handler = iter->second; in SendMessage() local
141 void ApMonitor::RegisterHandler(const std::string &iface, const std::function<HandlerApMethod> &handler) in RegisterHandler() argument
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp365 auto handler = std::make_shared<ProfileSyncHandler>("syncHandler"); in HWTEST_F() local
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_manager.cpp95 void EventManager::EmitByUvWithModuleId(const std::string &type, const NapiUtils::UvHandler &handler, uint64_t moduleId) in EmitByUvWithModuleId() argument
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp216 auto handler = EventHandlerFactory::GetInstance().GetEventHandler(); in E2ESyncStaticProfile() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_extend.cpp114 CommErrHandler handler = [this, context, sessionId = message->GetSessionId()](int ret) { in SendControlPacket() local
125 SendControlAck(SingleVerSyncTaskContext *context, const Message *message, int32_t recvCode, uint32_t controlCmdType, const CommErrHandler &handler) SendControlAck() argument
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_stub.cpp67 Handler handler = handlers[code]; in OnRemoteRequest() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_properties_napi.cpp199 napi_value handler; in SetDelayData() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp272 auto handler = ComponentLoader::GetInstance().GetHandler(soNameEmpty); in HWTEST_F() local
380 void *handler = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddinput_sa_manager.cpp132 void DInputSAManager::RegisterEventHandler(std::shared_ptr<AppExecFwk::EventHandler> handler) in RegisterEventHandler() argument
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp26 Init(const shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, const shared_ptr<AbilityRuntime::OHOSApplication> &application, shared_ptr<AbilityRuntime::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
H A Dext_backup_js_mock.cpp21 Init(const shared_ptr<AppExecFwk::AbilityLocalRecord> &record, const shared_ptr<AppExecFwk::OHOSApplication> &application, shared_ptr<AppExecFwk::AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp172 void SessionManager::RegisterDataHandler(std::shared_ptr<RecieveDataHandler> handler) in RegisterDataHandler() argument
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_director.cpp66 VSyncWaiter(std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler, int32_t rate) in VSyncWaiter() argument
120 auto handler = std::make_shared<OHOS::AppExecFwk::EventHandler>(runner); in Run() local
/foundation/window/window_manager/wm/include/
H A Dressched_report.h136 static auto handler = std::make_shared<AppExecFwk::EventHandler>(eventRunner); in StatusBarDrag() local
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-of.h17 irq_handler_t handler; member

Completed in 14 milliseconds

1...<<41424344454647484950>>...109