Home
last modified time | relevance | path

Searched refs:run (Results 1 - 19 of 19) sorted by relevance

/base/startup/bootstrap_lite/services/source/
H A Dcore_main.h111 #pragma section = MODULE_NAME(run, 0)
112 #pragma section = MODULE_NAME(run, 1)
113 #pragma section = MODULE_NAME(run, 2)
114 #pragma section = MODULE_NAME(run, 3)
115 #pragma section = MODULE_NAME(run, 4)
H A Dsystem_init.c26 MODULE_INIT(run); in OHOS_SystemInit()
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_test_common.h64 * @param run Set false or true for processed result.
66 static inline void EventRunSet(bool run) in EventRunSet() argument
68 eventRun_.store(run); in EventRunSet()
82 * @param run Set false or true for called result.
/base/request/request/pre_download/native/src/download/
H A Dtask.rs68 pub(super) fn run(
108 let task = DownloadTask::run(request, None); in ut_predownload()
H A Dwrapper.rs23 Box::new(DownloadTask::run( in pre_download()
/base/request/request/services/src/service/run_count/
H A Dmanager.rs88 runtime_spawn(run_count_manager.run());
92 async fn run(mut self) {
/base/request/request/services/src/manage/config/
H A Dcert_manager.rs31 runtime_spawn(run(info.clone()));
49 async fn run(info: Arc<RwLock<CertInfo>>) {
/base/request/request/services/src/manage/scheduler/queue/
H A Drunning_task.rs45 pub(crate) async fn run(self, abort_flag: Arc<AtomicBool>) {
H A Dmod.rs97 running_task.run(abort_flag_clone.clone()).await;
209 running_task.run(abort_flag_clone).await;
/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_common.py48 ret = subprocess.run(in_cmd, shell=False).returncode
H A Dcheck_baseline.py145 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
/base/request/request/services/src/service/client/
H A Dmanager.rs68 runtime_spawn(client_manager.run());
72 async fn run(mut self) {
H A Dmod.rs166 runtime_spawn(client.run());
170 async fn run(mut self) {
/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py49 ret = subprocess.run(cmdstr, shell=True).returncode
234 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
H A Dbuild_policy_api.py129 ret = subprocess.run(cmdstr, shell=True).returncode
143 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
/base/request/request/services/src/manage/
H A Dtask_manager.rs117 runtime_spawn(task_manager.run());
142 async fn run(mut self) {
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs137 fn run(&self) in run() functions
139 call_debug_enter!("Driver::run"); in run()
493 driver.run();
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java253 public void run() { in run() method in Fetcher
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H A Dems_event_handler_test.cpp83 * @param run Set false or true for processed result.
85 static inline void EventRunSet(bool run) in EventRunSet() argument
88 g_eventRun_.store(run); in EventRunSet()
102 * @param run Set false or true for called result.

Completed in 11 milliseconds