Home
last modified time | relevance | path

Searched defs:wait (Results 1 - 25 of 82) sorted by relevance

1234

/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_condition.h24 int (*wait)(struct HcConditionT*); member
H A Dhc_thread.h30 void (*wait)(struct HcThreadT* thread); member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_common.h30 sem_t wait; member
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Dedm_load_manager.cpp75 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(EDM_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h34 void (*wait)(struct HcThreadT* thread); member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h32 int (*wait)(struct HcConditionT*); member
/base/startup/init/initsync/src/
H A Dinit_sync.c43 int InitListen(unsigned long eventMask, unsigned int wait) in InitListen() argument
65 void TriggerStage(unsigned int event, unsigned int wait, QuickstartStage stagelevel) in TriggerStage() argument
/base/startup/init/test/moduletest/
H A Dparam_test_module.c45 const int wait = READ_DURATION + READ_DURATION; // 100ms in PluginParamCmdWriteParam() local
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dengine_event_callback.h27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback() argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h81 void wait(std::unique_lock<mutex>& lk, Pred&& pred) in wait() function in ffrt::condition_variable
88 void wait(std::unique_lock<mutex>& lk) in wait() function in ffrt::condition_variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor_adapter.cpp43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() argument
H A Dtask_executor.cpp52 bool TaskExecutor::Remove(TaskExecutor::TaskId taskId, bool wait) in Remove() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dtask_manager.cpp46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h39 bool wait = true; member
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h39 int wait; member
/base/startup/init/initsync/include/
H A Dinit_stage.h44 unsigned int wait; member
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_sa_client.cpp91 auto wait = locatorCond_.wait_for(lock, std::chrono::milliseconds(NFC_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_sa_manager.cpp72 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(WIFI_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Drelational_virtual_device.cpp48 int RelationalVirtualDevice::Sync(SyncMode mode, bool wait) in Sync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Dthread_pool_test_stub.cpp91 bool ThreadPoolTestStub::Remove(const TaskId &taskId, bool wait) in Remove() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Disyncer.h44 bool wait = false; member
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_sa_manager.cpp71 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(DHCP_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h43 unsigned long wait; member
/base/location/frameworks/base_module/source/
H A Dlocation_sa_load_manager.cpp73 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(LOCATION_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs129 fn wait(&self, dur: Duration) -> bool in wait() functions

Completed in 15 milliseconds

1234