/base/startup/bootstrap_lite/services/source/ |
H A D | core_main.h | 111 #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 D | system_init.c | 26 MODULE_INIT(run);
in OHOS_SystemInit()
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
H A D | event_handler_test_common.h | 64 * @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 D | task.rs | 68 pub(super) fn run( 108 let task = DownloadTask::run(request, None); in ut_predownload()
|
H A D | wrapper.rs | 23 Box::new(DownloadTask::run( in pre_download()
|
/base/request/request/services/src/service/run_count/ |
H A D | manager.rs | 88 runtime_spawn(run_count_manager.run()); 92 async fn run(mut self) {
|
/base/request/request/services/src/manage/config/ |
H A D | cert_manager.rs | 31 runtime_spawn(run(info.clone())); 49 async fn run(info: Arc<RwLock<CertInfo>>) {
|
/base/request/request/services/src/manage/scheduler/queue/ |
H A D | running_task.rs | 45 pub(crate) async fn run(self, abort_flag: Arc<AtomicBool>) {
|
H A D | mod.rs | 97 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 D | check_common.py | 48 ret = subprocess.run(in_cmd, shell=False).returncode
|
H A D | check_baseline.py | 145 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
|
/base/request/request/services/src/service/client/ |
H A D | manager.rs | 68 runtime_spawn(client_manager.run()); 72 async fn run(mut self) {
|
H A D | mod.rs | 166 runtime_spawn(client.run()); 170 async fn run(mut self) {
|
/base/security/selinux_adapter/scripts/ |
H A D | build_contexts.py | 49 ret = subprocess.run(cmdstr, shell=True).returncode 234 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
|
H A D | build_policy_api.py | 129 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 D | task_manager.rs | 117 runtime_spawn(task_manager.run()); 142 async fn run(mut self) {
|
/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | scheduler.rs | 137 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 D | Fetcher.java | 253 public void run() { in run() method in Fetcher
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
H A D | ems_event_handler_test.cpp | 83 * @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.
|