Home
last modified time | relevance | path

Searched refs:ready (Results 1 - 25 of 47) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/js/src/
H A Dmodal_ui_callback.cpp42 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 Dstatus_receiver_impl.cpp62 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 Dquick_fix_status_callback_host_impl.cpp57 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 Dbms_install_daemon_test.cpp226 * @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 Daccessible_ability_channel_client.cpp94 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 Daccessible_ability_channel.cpp101 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 Dtab_controller.cpp48 void TabController::SetPageReady(bool ready) in SetPageReady() argument
50 pageReady_ = ready; in SetPageReady()
H A Dtab_controller.h60 void SetPageReady(bool ready);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_status_receiver.cpp48 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 Dasac_ability_channel_benchmark.cpp101 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 Dmodal_ui_callback.cpp38 pickerCallBack_->ready = true; in OnRelease()
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H A Dpicker_n_exporter.h41 bool ready = false; member
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp379 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 Dfuture.h31 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 Dnapi_remote_object_internal.h32 bool ready = false; member
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp1583 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 Dbuffer_dispatcher.h305 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 Dp2p_v1_processor_test.cpp514 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 Devent_manager.cpp129 if (future.wait_for(timeoutInterval_) == std::future_status::ready) { in PushSyncEvent()
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H A Dffrt_utils.cpp56 return status == ffrt::future_status::ready; in SubmitTimeoutTask()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp106 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 Dipc_process_skeleton.h48 bool ready = false; member
60 bool ready; member
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h428 messageInfo->ready = false; in WaitForReply()
485 messageInfo->ready = false; in MakeThreadMessageInfo()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp54 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 Dsamgr_register_element_test.cpp54 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...]

Completed in 21 milliseconds

12