/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/ |
D | server_test.cpp | 45 EventLoop *loop = nullptr; variable 55 EventLoop loop; variable 65 EventLoop loop; variable 76 EventLoop loop; variable 88 EventLoop loop; variable 101 EventLoop loop; variable 117 EventLoop loop; variable 130 EventLoop loop; variable 142 EventLoop loop; variable 154 EventLoop loop; variable [all …]
|
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/src/ |
D | evloop.c | 74 void DestroyEventLoop(EventLoop *loop) in DestroyEventLoop() 94 void StopEventLoop(EventLoop *loop) in StopEventLoop() 104 int AddFdEvent(EventLoop *loop, int fd, unsigned int addMask) in AddFdEvent() 137 int DelFdEvent(EventLoop *loop, int fd, unsigned int delMask) in DelFdEvent()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
D | event_impl.cpp | 113 EventLoopImpl *loop = nullptr; in AddEvents() local 144 EventLoopImpl *loop = nullptr; in RemoveEvents() local 169 EventLoopImpl *loop = nullptr; in SetTimeout() local 190 EventLoopImpl *loop = nullptr; in Detach() local 255 bool EventImpl::SetLoop(EventLoopImpl *loop) in SetLoop() 280 bool EventImpl::Attached(const EventLoopImpl *loop, bool &isLoopConfused) const in Attached() argument
|
D | ievent_loop.cpp | 30 EventLoopImpl *loop = new (std::nothrow) EventLoop; in CreateEventLoop() local
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
D | napi_bluetooth_gatt_server_callback.cpp | 41 uv_loop_s *loop = nullptr; in OnCharacteristicReadRequest() local 86 uv_loop_s *loop = nullptr; in OnCharacteristicWriteRequest() local 149 uv_loop_s *loop = nullptr; in OnConnectionStateUpdate() local 191 uv_loop_s *loop = nullptr; in OnDescriptorWriteRequest() local 235 uv_loop_s *loop = nullptr; in OnDescriptorReadRequest() local 276 uv_loop_s *loop = nullptr; in OnMtuUpdate() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
D | bundle_status_callback.cpp | 29 uv_loop_s* loop = nullptr; in ~BundleStatusCallback() local 66 uv_loop_s* loop = nullptr; in OnBundleAdded() local 116 uv_loop_s* loop = nullptr; in OnBundleUpdated() local 169 uv_loop_s* loop = nullptr; in OnBundleRemoved() local
|
/foundation/resourceschedule/ffrt/benchmarks/ |
D | common.h | 100 uint32_t loop = count; in completely_paralle() local 112 uint32_t loop = count; in completely_serial() local 122 uint32_t loop = count; in single_thread() local
|
/foundation/arkui/ui_lite/test/unittest/dfx/ |
D | event_injector_unit_test.cpp | 246 uint8_t loop = 0; variable 275 uint8_t loop = 0; variable 346 uint8_t loop = 0; variable 388 uint8_t loop = 0; variable
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
D | napi_bluetooth_opp_observer.cpp | 35 uv_loop_s *loop = nullptr; in OnReceiveIncomingFileChanged() local 77 uv_loop_s *loop = nullptr; in OnTransferStateChanged() local
|
D | napi_bluetooth_pbap_pse_observer.cpp | 33 uv_loop_s *loop = nullptr; in OnServiceConnectionStateChanged() local
|
D | napi_bluetooth_pbap_pce_observer.cpp | 34 uv_loop_s *loop = nullptr; in OnServiceConnectionStateChanged() local
|
/foundation/arkui/napi/native_engine/ |
D | native_async_work.cpp | 88 uv_loop_t* loop = engine_->GetUVLoop(); in Queue() local 110 uv_loop_t* loop = engine_->GetUVLoop(); in QueueWithQos() local
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
D | napi_accessibility_config_observer.cpp | 70 uv_loop_s *loop = nullptr; in NotifyStateChanged() local 106 uv_loop_s *loop = nullptr; in NotifyPropertyChanged() local 141 uv_loop_s *loop = nullptr; in NotifyStringChanged() local 178 uv_loop_s *loop = nullptr; in NotifyIntChanged() local 216 uv_loop_s *loop = nullptr; in NotifyUintChanged() local 254 uv_loop_s *loop = nullptr; in NotifyFloatChanged() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
D | zlib_callback_info.cpp | 34 int32_t ZlibCallbackInfo::ExcuteWork(uv_loop_s* loop, uv_work_t* work) in ExcuteWork() 99 uv_loop_s* loop = nullptr; in OnZipUnZipFinish() local
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
D | napi_accessibility_extension.cpp | 156 uv_loop_t *loop = engine_->GetUVLoop(); in OnAbilityConnected() local 198 uv_loop_t *loop = engine_->GetUVLoop(); in OnAbilityDisconnected() local 327 int NAccessibilityExtension::OnAccessibilityEventExec(uv_work_t *work, uv_loop_t *loop) in OnAccessibilityEventExec() 380 uv_loop_t *loop = engine_->GetUVLoop(); in OnAccessibilityEvent() local 445 int NAccessibilityExtension::OnKeyPressEventExec(uv_work_t *work, uv_loop_t *loop) in OnKeyPressEventExec() 498 uv_loop_t *loop = engine_->GetUVLoop(); in OnKeyPressEvent() local
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
D | player_callback_napi.cpp | 278 uv_loop_s *loop = nullptr; in OnJsCallBack() local 331 uv_loop_s *loop = nullptr; in OnJsCallBackError() local 395 uv_loop_s *loop = nullptr; in OnJsCallBackInt() local 454 uv_loop_s *loop = nullptr; in OnJsCallBackIntVec() local 518 uv_loop_s *loop = nullptr; in OnJsCallBackIntArray() local 576 uv_loop_s *loop = nullptr; in OnJsCallBackInterrupt() local
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
D | napi_bluetooth_pan_observer.cpp | 37 uv_loop_s *loop = nullptr; in OnConnectionStateChanged() local
|
/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | marquee_creator.cpp | 39 int32_t loop = componentJson.GetValue(MARQUEE_LOOP)->GetInt(); in CreateFromJson() local
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
D | napi_bluetooth_hid_host_observer.cpp | 39 uv_loop_s *loop = nullptr; in OnConnectionStateChanged() local
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
D | soundpool_callback_napi.cpp | 137 uv_loop_s *loop = nullptr; in OnJsErrorCallBack() local 196 uv_loop_s *loop = nullptr; in OnJsloadCompletedCallBack() local 248 uv_loop_s *loop = nullptr; in OnJsplayCompletedCallBack() local
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
D | isoundpool.h | 25 int32_t loop = 0; member
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
D | js_event_target.cpp | 160 uv_loop_s *loop = nullptr; in OnDeviceAdded() local 188 uv_loop_s *loop = nullptr; in OnDeviceRemoved() local 282 uv_loop_s *loop = nullptr; in EmitJsIds() local 380 uv_loop_s *loop = nullptr; in EmitJsDev() local 526 uv_loop_s *loop = nullptr; in EmitSupportKeys() local 553 uv_loop_s *loop = nullptr; in EmitJsKeyboardType() local 879 uv_loop_s *loop = nullptr; in EmitJsKeyboardRepeatDelay() local 1006 uv_loop_s *loop = nullptr; in EmitJsKeyboardRepeatRate() local
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/ |
D | create_randomaccessfile.cpp | 141 uv_loop_s *loop = nullptr; in Sync() local 180 uv_loop_s *loop = nullptr; in Async() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
D | open_v9.cpp | 117 uv_loop_s *loop = nullptr; in Sync() local 166 uv_loop_s *loop = nullptr; in Async() local
|
D | create_randomaccessfile.cpp | 141 uv_loop_s *loop = nullptr; in Sync() local 180 uv_loop_s *loop = nullptr; in Async() local
|