/base/startup/bootstrap_lite/services/source/ |
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)
|
D | system_init.c | 26 MODULE_INIT(run); in OHOS_SystemInit()
|
/base/sensors/start/ |
D | README_zh.md | 35 <run-on-create>true</run-on-create> 42 <run-on-create>true</run-on-create>
|
D | README.md | 37 <run-on-create>true</run-on-create> 44 <run-on-create>true</run-on-create>
|
/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_test_common.h | 65 static inline void EventRunSet(bool run) in EventRunSet() argument 67 eventRun_.store(run); in EventRunSet()
|
/base/web/webview/ |
D | run_shell_cmd.py | 22 return subprocess.run(' '.join(sys.argv[1:]), shell=True).returncode
|
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/MainAbility/pages/index/ |
D | index.ets | 27 console.info("start run testcase!!!!") 32 console.info('start run testcase!!!')
|
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/MainAbility/pages/index/ |
D | index.ets | 27 console.info("start run testcase!!!!") 32 console.info('start run testcase!!!')
|
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/MainAbility/pages/index/ |
D | index.ets | 27 console.info("start run testcase!!!!") 32 console.info('start run testcase!!!')
|
/base/print/print_fwk/etc/init/ |
D | cups_service.cfg | 8 "mkdir /data/service/el1/public/cups/run 0755 print cups",
|
D | cups-files.conf | 79 StateDir /data/service/el1/public/cups/run
|
/base/security/selinux_adapter/scripts/ |
D | build_contexts.py | 47 ret = subprocess.run(cmdstr, shell=True).returncode 222 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
|
D | build_policy_api.py | 127 ret = subprocess.run(cmdstr, shell=True).returncode 137 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
|
/base/security/huks/ |
D | README.md | 16 …ices running a standard system, this module of the commercial version must run in a secure environ…
|
/base/security/selinux_adapter/ |
D | README-en.md | 46 …the image to the development board, start the board, run **shell** through the serial port, and ru…
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
D | hks_chipset_platform_decrypt_test.cpp | 563 auto run = [&t, &decryptParams]() { in __anonb542926e0202() variable 581 run(); 587 run();
|
/base/security/certificate_framework/ |
D | README-en.md | 41 In the root directory of the OpenHarmony source code, run the following command to separately build…
|
/base/hiviewdfx/hiview/ |
D | README.md | 28 hiview services: Hiview services. Currently, only the Hiview run information exporting function is …
|
/base/hiviewdfx/hitrace/ |
D | README.md | 15 …ing throughout a service process. With HiTrace, you can quickly obtain the run log for the call ch… 28 - Automatically adds **traceid** to existing events and run logs.
|
/base/hiviewdfx/hidumper/ |
D | README.md | 61 1. Access the device CLI, and run the **hidumper -h** command to obtain the help information, whic…
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | Fetcher.java | 244 public void run() { in run() method in Fetcher
|
/base/security/device_auth/ |
D | README.md | 12 …. It provides basic capabilities for trusted interconnections between devices that run OpenHarmony.
|
/base/security/permission_lite/ |
D | README.md | 5 In OpenHarmony, apps and system services run in independent sandboxes. Both processes and data are …
|
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/ |
D | ems_event_handler_test.cpp | 85 static inline void EventRunSet(bool run) in EventRunSet() argument 88 g_eventRun_.store(run); in EventRunSet()
|
/base/request/request/services/service/rust/src/ |
D | task_manager.rs | 453 run(task.clone()).await; in start_common()
|