Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 28) sorted by relevance

12

/base/startup/bootstrap_lite/services/source/
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)
Dsystem_init.c26 MODULE_INIT(run); in OHOS_SystemInit()
/base/sensors/start/
DREADME_zh.md35 <run-on-create>true</run-on-create>
42 <run-on-create>true</run-on-create>
DREADME.md37 <run-on-create>true</run-on-create>
44 <run-on-create>true</run-on-create>
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_test_common.h65 static inline void EventRunSet(bool run) in EventRunSet() argument
67 eventRun_.store(run); in EventRunSet()
/base/web/webview/
Drun_shell_cmd.py22 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/
Dindex.ets27 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/
Dindex.ets27 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/
Dindex.ets27 console.info("start run testcase!!!!")
32 console.info('start run testcase!!!')
/base/print/print_fwk/etc/init/
Dcups_service.cfg8 "mkdir /data/service/el1/public/cups/run 0755 print cups",
Dcups-files.conf79 StateDir /data/service/el1/public/cups/run
/base/security/selinux_adapter/scripts/
Dbuild_contexts.py47 ret = subprocess.run(cmdstr, shell=True).returncode
222 ret = subprocess.run(" ".join(check_cmd), shell=True).returncode
Dbuild_policy_api.py127 ret = subprocess.run(cmdstr, shell=True).returncode
137 ret = subprocess.run(build_conf_cmd, shell=False, stdout=fd).returncode
/base/security/huks/
DREADME.md16 …ices running a standard system, this module of the commercial version must run in a secure environ…
/base/security/selinux_adapter/
DREADME-en.md46 …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/
Dhks_chipset_platform_decrypt_test.cpp563 auto run = [&t, &decryptParams]() { in __anonb542926e0202() variable
581 run();
587 run();
/base/security/certificate_framework/
DREADME-en.md41 In the root directory of the OpenHarmony source code, run the following command to separately build…
/base/hiviewdfx/hiview/
DREADME.md28 hiview services: Hiview services. Currently, only the Hiview run information exporting function is …
/base/hiviewdfx/hitrace/
DREADME.md15 …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/
DREADME.md61 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/
DFetcher.java244 public void run() { in run() method in Fetcher
/base/security/device_auth/
DREADME.md12 …. It provides basic capabilities for trusted interconnections between devices that run OpenHarmony.
/base/security/permission_lite/
DREADME.md5 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/
Dems_event_handler_test.cpp85 static inline void EventRunSet(bool run) in EventRunSet() argument
88 g_eventRun_.store(run); in EventRunSet()
/base/request/request/services/service/rust/src/
Dtask_manager.rs453 run(task.clone()).await; in start_common()

12