/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | modal_ui_callback.cpp | 42 pickerCallBack_->ready = true; in OnRelease() 49 if (!pickerCallBack_->ready) { in OnError() 51 pickerCallBack_->ready = true; in OnError()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | status_receiver_impl.cpp | 62 if (future.wait_for(std::chrono::seconds(waittingTime_)) == std::future_status::ready) { in GetResultCode() 72 if (future.wait_for(std::chrono::seconds(waittingTime_)) == std::future_status::ready) { in GetResultMsg()
|
H A D | quick_fix_status_callback_host_impl.cpp | 57 if (future.wait_for(std::chrono::seconds(WAITTING_TIME)) == std::future_status::ready) { in GetResultCode()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 226 * @tc.name: test the start function of the installd service when service is not ready 234 bool ready = installdService->IsServiceReady(); in HWTEST_F() local 235 EXPECT_EQ(false, ready); in HWTEST_F() 237 ready = installdService->IsServiceReady(); in HWTEST_F() 238 EXPECT_EQ(true, ready); in HWTEST_F() 243 * @tc.name: test the stop function of the installd service when service is ready 252 bool ready = installdService->IsServiceReady(); in HWTEST_F() local 253 EXPECT_EQ(true, ready); in HWTEST_F() 255 ready = installdService->IsServiceReady(); in HWTEST_F() 256 EXPECT_EQ(false, ready); in HWTEST_F() 270 bool ready = installdService->IsServiceReady(); HWTEST_F() local 291 bool ready = installdService->IsServiceReady(); HWTEST_F() local 320 bool ready = installdService->IsServiceReady(); HWTEST_F() local [all...] |
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 94 if (wait != ffrt::future_status::ready) { in FindFocusedElementInfo() 150 if (wait != ffrt::future_status::ready) { in GetCursorPosition() 194 if (wait != ffrt::future_status::ready) { in ExecuteAction() 264 if (wait != ffrt::future_status::ready) { in SearchElementInfosByAccessibilityId() 352 if (wait != ffrt::future_status::ready) { in SearchElementInfosByText() 393 if (wait != ffrt::future_status::ready) { in FocusMoveSearch()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_channel.cpp | 101 if (wait != ffrt::future_status::ready) { in SearchElementInfoByAccessibilityId() 154 if (wait != ffrt::future_status::ready) { in SearchElementInfosByText() 207 if (wait != ffrt::future_status::ready) { in FindFocusedElementInfo() 259 if (wait != ffrt::future_status::ready) { in FocusMoveSearch() 373 if (wait != ffrt::future_status::ready) { in ExecuteAction() 429 if (wait != ffrt::future_status::ready) { in GetWindow() 503 if (wait != ffrt::future_status::ready) { in GetWindows() 576 if (wait != ffrt::future_status::ready) { in GetCursorPosition() 624 if (wait != ffrt::future_status::ready) { in SendSimulateGesture() 658 if (wait != ffrt::future_status::ready) { in SetTargetBundleName() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_controller.cpp | 48 void TabController::SetPageReady(bool ready) in SetPageReady() argument 50 pageReady_ = ready; in SetPageReady()
|
H A D | tab_controller.h | 60 void SetPageReady(bool ready);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_status_receiver.cpp | 48 if (future.wait_for(std::chrono::seconds(WAIT_TIME)) == std::future_status::ready) { in GetResultCode()
|
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_ability_channel_benchmark.cpp | 101 if (wait != ffrt::future_status::ready) { in SearchElementInfoByA11yBenchmarkId() 154 if (wait != ffrt::future_status::ready) { in SearchElementInfosByText() 207 if (wait != ffrt::future_status::ready) { in FindFocusedElementInfo() 259 if (wait != ffrt::future_status::ready) { in FocusMoveSearch() 373 if (wait != ffrt::future_status::ready) { in ExecuteAction() 429 if (wait != ffrt::future_status::ready) { in GetWindow() 503 if (wait != ffrt::future_status::ready) { in GetWindows() 576 if (wait != ffrt::future_status::ready) { in GetCursorPosition() 624 if (wait != ffrt::future_status::ready) { in SendSimulateGesture()
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/ |
H A D | modal_ui_callback.cpp | 38 pickerCallBack_->ready = true; in OnRelease()
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/ |
H A D | picker_n_exporter.h | 41 bool ready = false; member
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_callback.cpp | 379 bool ready = false; in OnRequestCallBack() member 401 resultData->ready = true; in OnRequestCallBack() 409 if (!resultData->ready) { in OnRequestCallBack() 410 resultData->cv.wait(lock, [&] { return resultData->ready; }); in OnRequestCallBack()
|
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | future.h | 31 enum class future_status { ready, timeout, deferred }; member in ffrt::future_status 46 return m_cv.wait_for(lk, waitTime, [this] { return get_derived().has_value(); }) ? future_status::ready : member in ffrt::detail::shared_state_base::future_status 54 return m_cv.wait_until(lk, tp, [this] { return get_derived().has_value(); }) ? future_status::ready :
|
/foundation/communication/ipc/ipc/native/src/napi_common/include/ |
H A D | napi_remote_object_internal.h | 32 bool ready = false; member
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.cpp | 1583 void BufferDispatcher::SetReceiverDataRef(uint32_t receiverId, MediaType type, bool ready) in SetReceiverDataRef() argument 1594 MEDIA_LOGD("Audio recvid %{public}d ,bitRef %{public}d ready %{public}d.", receiverId, bitRef, ready); in SetReceiverDataRef() 1595 if (!ready) { in SetReceiverDataRef() 1604 MEDIA_LOGD("Video recvid %{public}d ,bitRef %{public}d ready %{public}d.", receiverId, bitRef, ready); in SetReceiverDataRef() 1605 if (!ready) { in SetReceiverDataRef() 1614 void BufferDispatcher::SetReceiverReadRef(uint32_t receiverId, MediaType type, bool ready) in SetReceiverReadRef() argument 1625 MEDIA_LOGD("Audio recvid %{public}d ,bitRef %{public}d ready %{public}d.", receiverId, bitRef, ready); in SetReceiverReadRef() [all...] |
H A D | buffer_dispatcher.h | 305 void SetReceiverDataRef(uint32_t receiverId, MediaType type, bool ready); 306 void SetReceiverReadRef(uint32_t receiverId, MediaType type, bool ready);
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 514 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 581 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 629 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 671 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 713 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 764 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 808 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 989 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 1079 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() 1454 ASSERT_EQ(status, std::future_status::ready); in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/event/ |
H A D | event_manager.cpp | 129 if (future.wait_for(timeoutInterval_) == std::future_status::ready) { in PushSyncEvent()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 56 return status == ffrt::future_status::ready; in SubmitTimeoutTask()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_canvaskit0310.cpp | 106 bool ready = false; member in HelloDrawing 423 if (!ready) { in Sync() 506 ready = true; in CreatePyhsicalScreen()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_process_skeleton.h | 48 bool ready = false; member 60 bool ready; member
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_object.h | 428 messageInfo->ready = false;
in WaitForReply() 485 messageInfo->ready = false;
in MakeThreadMessageInfo()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/ |
H A D | sa_perform_action_xts.cpp | 54 const std::string SYSTEM_PARAMETER_AAMS_NAME = "a11y.config.ready"; 232 HILOG_DEBUG("Not all the dependence is ready!"); in OnAddSystemAbility() 253 HILOG_DEBUG("AAMS is ready!"); in OnAddSystemAbility() 490 if (waitFocus != ffrt::future_status::ready) { in FindFocusedElementByConnection() 534 if (waitFocus != ffrt::future_status::ready) { in FindFocusedElement() 605 if (waitAction != ffrt::future_status::ready) { in ExecuteActionOnA11yFocused() 674 if (wait != ffrt::future_status::ready) { in RegisterCaptionObserver() 719 if (wait != ffrt::future_status::ready) { in RegisterEnableAbilityListsObserver() 1412 if (wait != ffrt::future_status::ready) { in DisableUITestAbility() 1907 if (waitFocus != ffrt::future_status::ready) { in GetParentElementRecursively() [all...] |
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/ |
H A D | samgr_register_element_test.cpp | 54 const std::string SYSTEM_PARAMETER_AAMS_NAME = "a11yRegisterElement.config.ready"; 232 HILOG_DEBUG("Not all the dependence is ready!"); in OnAddSystemAbility() 253 HILOG_DEBUG("AAMS is ready!"); in OnAddSystemAbility() 490 if (waitFocus != ffrt::future_status::ready) { in FindFocusedElementByConnection() 534 if (waitFocus != ffrt::future_status::ready) { in FindFocusedElement() 605 if (waitAction != ffrt::future_status::ready) { in ExecuteActionOnA11yRegisterElementFocused() 674 if (wait != ffrt::future_status::ready) { in RegisterCaptionObserver() 719 if (wait != ffrt::future_status::ready) { in RegisterEnableAbilityListsObserver() 1412 if (wait != ffrt::future_status::ready) { in DisableUITestAbility() 1917 if (waitFocus != ffrt::future_status::ready) { in GetParentElementRecursively() [all...] |