Home
last modified time | relevance | path

Searched defs:looper (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_looper.c14 void HdfMessageLooperStart(struct HdfMessageLooper *looper) in HdfMessageLooperStart()
39 void HdfMessageLooperStop(struct HdfMessageLooper *looper) in HdfMessageLooperStop()
52 void HdfMessageLooperConstruct(struct HdfMessageLooper *looper) in HdfMessageLooperConstruct()
H A Dhdf_message_task.c50 struct HdfMessageLooper *looper, struct IHdfMessageHandler *handler) in HdfMessageTaskConstruct()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c92 SoftBusLooper *looper = arg; in LoopTask() local
197 static int StartNewLooperThread(SoftBusLooper *looper) in StartNewLooperThread()
248 void DumpLooper(const SoftBusLooper *looper) in DumpLooper()
342 static void LooperPostMessage(const SoftBusLooper *looper, SoftBusMessage *msg) in LooperPostMessage()
414 void SetLooperDumpable(SoftBusLooper *looper, bool dumpable) in SetLooperDumpable()
436 SoftBusLooper *looper = (SoftBusLooper *)SoftBusCalloc(sizeof(SoftBusLooper)); in CreateNewLooper() local
480 SoftBusLooper *looper; member
500 void SetLooper(int type, SoftBusLooper *looper) in SetLooper()
510 static void ReleaseLooper(const SoftBusLooper *looper) in ReleaseLooper()
521 void DestroyLooper(SoftBusLooper *looper) in DestroyLooper()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_async_callback_mock.cpp40 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper()
45 int32_t LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, in LnnAsyncCallbackDelayHelper()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c77 static void InitAsyncCallbackHandler(SoftBusHandler *handler, SoftBusLooper *looper) in InitAsyncCallbackHandler()
84 static AsyncCallbackInfo *CreateAsyncCallbackInfo(SoftBusLooper *looper, in CreateAsyncCallbackInfo()
101 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper()
118 int32_t LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, in LnnAsyncCallbackDelayHelper()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c90 static inline SoftBusHandler* CreateHandler(SoftBusLooper *looper, HandleMessageFunc callback) in CreateHandler()
104 static SoftBusMessage* CreateMessage(SoftBusLooper *looper, HandleMessageFunc callback) in CreateMessage()
121 static int32_t CreateAndPostMsgDelay(SoftBusLooper *looper, HandleMessageFunc callback, in CreateAndPostMsgDelay()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_example.cpp36 auto looper = std::make_shared<EventLoop>("PluginExample"); in OnLoad() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_manager.h35 explicit FaultLogManager(const std::shared_ptr<EventLoop>& looper) : looper_(looper) {}; in FaultLogManager()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/
H A Ddevice_manager.c47 struct HdfMessageLooper *looper = &fullService->looper; in main() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp148 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnSubscribeCommonEvent() local
159 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitCommonEventMonitorImpl() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/
H A Dmessagehandler_fuzzer.cpp27 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in DoMessageHandlerFuzz() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp38 void SysEventDbMgr::StartCheckStoreTask(std::shared_ptr<EventLoop> looper) in StartCheckStoreTask()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c153 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in BusCenterServerDelayInit() local
240 SoftBusLooper *looper = CreateNewLooper("Lnn_Lp"); in LnnInitLnnLooper() local
252 SoftBusLooper *looper = GetLooper(LOOP_TYPE_LNN); in LnnDeinitLnnLooper() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevmgr_service_full.h25 struct HdfMessageLooper looper; member
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/devicemanagerstart_fuzzer/
H A Ddevicemanagerstart_fuzzer.cpp48 struct HdfMessageLooper *looper = &fullService->looper; in DeviceManagerStartServiceFuzzTest() local
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule_empty.cpp39 void StartupSchedule::RegisterLooper(const ScheduleLooper &looper) in RegisterLooper()
H A Dstartup_schedule.cpp41 void StartupSchedule::RegisterLooper(const ScheduleLooper &looper) in RegisterLooper()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Ddevhost_service_full.h27 struct HdfMessageLooper looper; member
H A Dhdf_device_thread.h29 struct HdfMessageLooper looper; member
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/
H A Dsys_event_service_adapter.cpp67 void SysEventServiceAdapter::SetWorkLoop(std::shared_ptr<EventLoop> looper) in SetWorkLoop()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c73 struct HdfMessageLooper *looper = &currentThread->looper; in DeviceThreadMain() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp278 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnSubscribeWifiService() local
288 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitWifiServiceMonitorImpl() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_state_machine.h55 SoftBusLooper *looper; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp94 int32_t LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, in LnnAsyncCallbackDelayHelper()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp204 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitNetManagerMonitorImpl() local

123