/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | event_center_test.cpp | 50 EventCenter::GetInstance().PostEvent(std::make_unique<TestMiddle>()); in SetUp() 57 EventCenter::GetInstance().PostEvent(std::make_unique<TestEnd>()); in SetUp() 94 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 113 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 132 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 151 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | event_center_test.cpp | 53 EventCenter::GetInstance().PostEvent(std::make_unique<TestMiddle>()); in SetUp() 60 EventCenter::GetInstance().PostEvent(std::make_unique<TestEnd>()); in SetUp() 96 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 114 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 132 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F() 149 EventCenter::GetInstance().PostEvent(std::make_unique<TestBegin>()); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 92 PostEvent(event); in Enable() 100 PostEvent(event); in Disable() 185 PostEvent(event); in Connect() 208 PostEvent(event); in Disconnect() 283 PostEvent(event); in ConnectSco() 305 PostEvent(event); in DisconnectSco() 377 PostEvent(event); in SendDTMFTone() 413 PostEvent(event); in AcceptIncomingCall() 428 PostEvent(event); in HoldActiveCall() 443 PostEvent(even in RejectIncomingCall() 705 void HfpHfService::PostEvent(const HfpHfMessage &event) PostEvent() function in OHOS::bluetooth::HfpHfService [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 87 HidHostService::GetService()->PostEvent(event); in Connect() 117 HidHostService::GetService()->PostEvent(event); in HidHostSecurityCheckCallback() 141 HidHostService::GetService()->PostEvent(event); in HidHostSecurityCheckTask() 151 HidHostService::GetService()->PostEvent(event); in HidHostSecurityCheckTask() 173 HidHostService::GetService()->PostEvent(event); in HidHostIndSecurityCheckDeviceConnectCallback() 203 HidHostService::GetService()->PostEvent(event); in HidHostSecurityCheckDeviceConnectTask() 214 HidHostService::GetService()->PostEvent(event); in Disconnect() 229 HidHostService::GetService()->PostEvent(event); in Disconnect() 304 HidHostService::GetService()->PostEvent(event); in SendSetReport() 382 HidHostService::GetService()->PostEvent(even in HidHostRecvConnectionReqCallback() [all...] |
H A D | hid_host_service.cpp | 73 PostEvent(event); in Enable() 81 PostEvent(event); in Disable() 168 PostEvent(event); in Connect() 192 PostEvent(event); in Disconnect() 204 PostEvent(event); in HidHostVCUnplug() 216 PostEvent(event); in HidHostSendData() 236 PostEvent(event); in HidHostSetReport() 248 PostEvent(event); in HidHostGetReport() 374 PostEvent(event); in RemoveStateMachine() 377 void HidHostService::PostEvent(cons function in OHOS::bluetooth::HidHostService [all...] |
H A D | hid_host_hogp.cpp | 81 HidHostService::GetService()->PostEvent(event); in Connect() 108 HidHostService::GetService()->PostEvent(event); in Disconnect() 158 HidHostService::GetService()->PostEvent(event); in SendStopHogpThread() 232 HidHostService::GetService()->PostEvent(event); in ReceiveHandShake() 249 HidHostService::GetService()->PostEvent(event); in ReceiveControlData() 314 HidHostService::GetService()->PostEvent(event); in OnConnectionStateChangedTask() 358 HidHostService::GetService()->PostEvent(event); in OnServicesDiscoveredTask_() 713 HidHostService::GetService()->PostEvent(event); in OnConnectionStateChanged() 778 HidHostService::GetService()->PostEvent(event); in OnCharacteristicChanged() 823 HidHostService::GetService()->PostEvent(even in OnServicesDiscovered() [all...] |
H A D | hid_host_sdp_client.cpp | 41 HidHostService::GetService()->PostEvent(event); in SdpCallback() 164 HidHostService::GetService()->PostEvent(event); in SendSdpComplete() 237 HidHostService::GetService()->PostEvent(event); in SdpPnpCallback() 276 HidHostService::GetService()->PostEvent(event); in SdpPnpCallback_()
|
H A D | hid_host_statemachine.cpp | 532 HidHostService::GetService()->PostEvent(event); in ProcessStartSdp() 547 HidHostService::GetService()->PostEvent(event); in ProcessOpenDevice() 713 HidHostService::GetService()->PostEvent(event); in ConnectionTimeout() 732 HidHostService::GetService()->PostEvent(event); in DisonnectionTimeout() 799 HidHostService::GetService()->PostEvent(event); in ProcessDeferredMessage()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_asset_loader.cpp | 38 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD, deleteAssets); in Download() 41 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD_FINISHED, deleteAssets); in Download() 54 void RdbAssetLoader::PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, in PostEvent() function in OHOS::DistributedRdb::RdbAssetLoader 62 PostEvent(eventId, *downLoadAssets, skipAssets, deleteAssets); in PostEvent() 66 void RdbAssetLoader::PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, in PostEvent() function in OHOS::DistributedRdb::RdbAssetLoader
|
H A D | rdb_asset_loader.h | 45 void PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, 47 void PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets,
|
H A D | rdb_cloud.cpp | 41 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchInsert() 44 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchInsert() 57 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchUpdate() 60 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchUpdate() 269 void RdbCloud::PostEvent(VBuckets& records, std::set<std::string>& skipAssets, VBuckets& extend, in PostEvent() function in OHOS::DistributedRdb::RdbCloud 276 PostEvent(value, ext, skipAssets, eventId); in PostEvent() 281 void RdbCloud::PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets, in PostEvent() function in OHOS::DistributedRdb::RdbCloud
|
H A D | rdb_cloud.h | 74 void PostEvent(DistributedData::VBuckets& records, std::set<std::string>& skipAssets, 76 void PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.cpp | 55 PostEvent(event); in Enable() 62 PostEvent(event); in Disable() 177 PostEvent(event); in Connect() 198 PostEvent(event); in Disconnect() 258 void HfpAgService::PostEvent(const HfpAgMessage &event) in PostEvent() function in OHOS::bluetooth::HfpAgService 356 PostEvent(event); in ConnectSco() 395 PostEvent(event); in DisconnectSingleSco() 478 PostEvent(curEvent); in UpdateMockCallList() 519 PostEvent(event); in PhoneStateChanged() 536 PostEvent(curEven in PhoneStateChanged() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | post_event_manager_test_ng.cpp | 99 * @tc.steps: step2. call PostEvent func and check return value. in HWTEST_F() 105 auto result = postEventManager_->PostEvent(root_, touchEvent); in HWTEST_F() 109 * @tc.steps: step3. call PostEvent func with same event and check return value. in HWTEST_F() 111 result = postEventManager_->PostEvent(root_, touchEvent); in HWTEST_F() 115 * @tc.steps: step4. call PostEvent func with touch up event and check return value. in HWTEST_F() 125 result = postEventManager_->PostEvent(root_, touchMoveEvent); in HWTEST_F() 129 * @tc.steps: step5. call PostEvent func with touch up event and check return value. in HWTEST_F() 139 result = postEventManager_->PostEvent(root_, touchUpEvent); in HWTEST_F() 167 * @tc.steps: step2. call PostEvent func and check return value. in HWTEST_F() 173 auto result = postEventManager_->PostEvent(root in HWTEST_F() [all...] |
/foundation/distributeddatamgr/pasteboard/test/fuzztest/eventcenter_fuzzer/ |
H A D | eventcenter_fuzzer.cpp | 63 EventCenter::GetInstance().PostEvent(nullptr);
in FuzzEventCenterPostEvent() 64 EventCenter::GetInstance().PostEvent(std::make_unique<Event>(evtId));
in FuzzEventCenterPostEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_statemachine.cpp | 232 PanService::GetService()->PostEvent(event); in ProcessOpenEvent() 272 PanService::GetService()->PostEvent(event); in ProcessOpenComplete() 299 PanService::GetService()->PostEvent(event); in ConnectionTimeout() 318 PanService::GetService()->PostEvent(event); in DisonnectionTimeout() 369 PanService::GetService()->PostEvent(event); in ProcessDeferredMessage()
|
H A D | pan_bnep.cpp | 90 PanService::GetService()->PostEvent(event); in Connect() 120 PanService::GetService()->PostEvent(event); in BnepSecurityCheckCallback() 144 PanService::GetService()->PostEvent(event); in BnepSecurityCheckTask() 154 PanService::GetService()->PostEvent(event); in BnepSecurityCheckTask() 176 PanService::GetService()->PostEvent(event); in BnepIndSecurityCheckDeviceConnectCallback() 206 PanService::GetService()->PostEvent(event); in BnepSecurityCheckDeviceConnectTask() 217 PanService::GetService()->PostEvent(event); in Disconnect() 228 PanService::GetService()->PostEvent(event); in Disconnect() 401 PanService::GetService()->PostEvent(event); in BnepRecvConnectionReqCallback() 420 PanService::GetService()->PostEvent(even in BnepRecvConnectionRspCallback() [all...] |
H A D | pan_service.cpp | 71 PostEvent(event); in Enable() 79 PostEvent(event); in Disable() 176 PostEvent(event); in Disconnect() 190 PostEvent(event); in SetTethering() 307 PostEvent(event); in PanSendData() 433 PostEvent(event); in RemoveStateMachine() 436 void PanService::PostEvent(const PanMessage &event) in PostEvent() function in OHOS::bluetooth::PanService 473 PostEvent(event); in ProcessConnectEvent()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 461 if (PostEvent(&g_eventNodeChain, g_epollfd, ReportMainLoopStopInner, NULL) != NSTACKX_EOK) { in ReportMainLoopStop() 576 if (PostEvent(&g_eventNodeChain, g_epollfd, DeviceDiscoverInner, NULL) != NSTACKX_EOK) { in NSTACKX_StartDeviceFind() 591 if (PostEvent(&g_eventNodeChain, g_epollfd, DeviceDiscoverInnerAn, NULL) != NSTACKX_EOK) { in NSTACKX_StartDeviceFindAn() 604 if (PostEvent(&g_eventNodeChain, g_epollfd, DeviceDiscoverStopInner, NULL) != NSTACKX_EOK) { in NSTACKX_StopDeviceFind() 684 if (PostEvent(&g_eventNodeChain, g_epollfd, DeviceDiscoverInnerConfigurable, dupDiscoverySettings) != NSTACKX_EOK) { in NSTACKX_StartDeviceDiscovery() 788 if (PostEvent(&g_eventNodeChain, g_epollfd, DiscConfig, dupDiscConfig) != NSTACKX_EOK) { in NSTACKX_StartDeviceDiscoveryWithConfig() 810 if (PostEvent(&g_eventNodeChain, g_epollfd, SubscribeModuleInner, NULL) != NSTACKX_EOK) { in NSTACKX_SubscribeModule() 829 if (PostEvent(&g_eventNodeChain, g_epollfd, UnsubscribeModuleInner, NULL) != NSTACKX_EOK) { in NSTACKX_UnsubscribeModule() 978 if (PostEvent(&g_eventNodeChain, g_epollfd, ConfigureLocalDeviceNameInner, dupDevName) != NSTACKX_EOK) { in NSTACKX_RegisterDeviceName() 1031 if (PostEvent( in RegisterDeviceWithType() [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_event.h | 36 NSTACKX_EXPORT int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.h | 38 bool PostEvent(const RefPtr<NG::UINode>& uiNode, TouchEvent& touchEvent);
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_task_handle_thread.cpp | 60 void HgmTaskHandleThread::PostEvent(std::string eventId, const std::function<void()>& task, int64_t delayTime) in PostEvent() function in OHOS::Rosen::HgmTaskHandleThread
|
H A D | hgm_task_handle_thread.h | 58 void PostEvent(std::string eventId, const std::function<void()>& task, int64_t delayTime = 0);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/eventcenter/ |
H A D | event_center.h | 46 API_EXPORT int32_t PostEvent(std::unique_ptr<Event> evt) const;
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/ |
H A D | event_center.h | 46 API_EXPORT int32_t PostEvent(std::unique_ptr<Event> evt) const;
|