/base/startup/init/initsync/src/ |
H A D | init_sync.c | 43 int InitListen(unsigned long eventMask, unsigned int wait) in InitListen() argument 46 args.wait = wait; in InitListen() 65 void TriggerStage(unsigned int event, unsigned int wait, QuickstartStage stagelevel) in TriggerStage() argument 67 int ret = InitListen(event, wait); in TriggerStage()
|
/base/startup/init/initsync/include/ |
H A D | init_stage.h | 44 unsigned int wait; member 70 extern int InitListen(unsigned long eventMask, unsigned int wait); 88 extern void TriggerStage(unsigned int event, unsigned int wait, QuickstartStage stagelevel);
|
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
H A D | installer_callback.cpp | 34 future.wait(); in GetResultCode() 41 future.wait(); in GetResultMsg()
|
/base/startup/init/test/moduletest/ |
H A D | param_test_module.c | 45 const int wait = READ_DURATION + READ_DURATION; // 100ms
in PluginParamCmdWriteParam() local 49 usleep(wait);
in PluginParamCmdWriteParam()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 97 notificationSvrQueue_->wait(handler); in AddSlots() 123 notificationSvrQueue_->wait(handler); in GetSlots() 162 notificationSvrQueue_->wait(handler); in GetSlotsByBundle() 197 notificationSvrQueue_->wait(handler); in GetSlotByBundle() 237 notificationSvrQueue_->wait(handler); in UpdateSlots() 289 notificationSvrQueue_->wait(handler); in RemoveAllSlots() 331 notificationSvrQueue_->wait(handler); in AddSlotByType() 366 notificationSvrQueue_->wait(handler); in GetEnabledForBundleSlotSelf() 403 notificationSvrQueue_->wait(handler); in GetSlotFlagsAsBundle() 447 notificationSvrQueue_->wait(handle in SetSlotFlagsAsBundle() [all...] |
H A D | notification_timer_info.cpp | 52 notificationSvrQueue_->wait(handler); in OnTrigger()
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_condition.h | 24 int (*wait)(struct HcConditionT*);
member
|
H A D | hc_thread.h | 30 void (*wait)(struct HcThreadT* thread);
member
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
H A D | edm_load_manager.cpp | 75 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(EDM_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local 78 if (!wait) { in WaitLoadStateChange()
|
/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_handler.cpp | 37 ffrt::wait(); in SubmitSync() 43 ffrt::wait(); in SubmitSync()
|
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_queue.cpp | 44 notFull_.wait(locker); in Put() 60 notEmpty_.wait(locker); in Pop()
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
H A D | hc_condition.h | 32 int (*wait)(struct HcConditionT*);
member
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | peer_binder_catcher.cpp | 22 #include <sys/wait.h> 221 // 5: binder wait time, s in BinderInfoParser() 222 std::string wait = stringSplit(strList[5], 1); in BinderInfoParser() local 223 if (server == "" || client == "" || wait == "") { in BinderInfoParser() 224 HIVIEW_LOGI("server:%{public}s, client:%{public}s, wait:%{public}s", in BinderInfoParser() 225 server.c_str(), client.c_str(), wait.c_str()); in BinderInfoParser() 230 info.wait = std::strtol(wait.c_str(), nullptr, DECIMAL); in BinderInfoParser() 231 HIVIEW_LOGD("server:%{public}d, client:%{public}d, wait:%{public}d", info.server, info.client, info.wait); in BinderInfoParser() [all...] |
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
H A D | hc_thread.h | 34 void (*wait)(struct HcThreadT* thread);
member
|
/base/location/frameworks/base_module/source/ |
H A D | location_sa_load_manager.cpp | 73 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(LOCATION_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local 76 if (!wait) { in WaitLoadStateChange()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_pac_test.cpp | 77 int ret = wait(&status); in HWTEST_F() 111 int ret = wait(&status); in HWTEST_F()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_thread.c | 105 thread->bizWaitObj.wait(&thread->bizWaitObj);
in BizWait() 124 thread->wait = BizWait;
in InitThread()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
H A D | hc_thread.c | 104 thread->bizWaitObj.wait(&thread->bizWaitObj);
in BizWait() 123 thread->wait = BizWait;
in InitThread()
|
H A D | hc_condition.c | 51 hcCond->wait = HcCondWait;
in InitHcCond()
|
/base/update/updater/services/common/ring_buffer/ |
H A D | ring_buffer.cpp | 94 LOG(DEBUG) << "RingBuffer full, wait !!!"; in Push() 95 notFull_.wait(pushLock); in Push() 125 LOG(DEBUG) << "RingBuffer empty, wait !!!"; in Pop() 126 notEmpty_.wait(popLock); in Pop()
|
/base/startup/init/services/init/lite/ |
H A D | init_signal_handler.c | 18 #include <sys/wait.h>
|
/base/startup/init/test/unittest/syscap/ |
H A D | syscap_unittest.cpp | 19 #include <sys/wait.h>
|
/base/startup/init/test/unittest/socket/ |
H A D | socket_unittest.cpp | 22 #include <sys/wait.h>
|
/base/security/permission_lite/services/unittest/pms/src/ |
H A D | acts_pms_test.h | 28 #include <sys/wait.h>
|
/base/startup/appspawn/lite/ |
H A D | main.c | 18 #include <sys/wait.h> 83 APPSPAWN_LOGI("[appspawn] main, entering wait."); in main()
|