Home
last modified time | relevance | path

Searched refs:SYS_RUN (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-3861-helloworld.md27 …_world.c中新建业务入口函数HelloWorld,并实现业务逻辑。并在代码最下方,使用OpenHarmony启动恢复模块接口SYS_RUN()启动业务。(SYS_RUN定义在ohos_ini…
38 SYS_RUN(HelloWorld);
H A Dquickstart-ide-3861-helloworld.md34 …_world.c中新建业务入口函数HelloWorld,并实现业务逻辑。并在代码最下方,使用OpenHarmony启动恢复模块接口SYS_RUN()启动业务。(SYS_RUN定义在ohos_ini…
45 SYS_RUN(HelloWorld);
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-3861-helloworld.md27 …_world.c** and implement service logic. Call **SYS_RUN()** of OpenHarmony to start the service. (*…
38 SYS_RUN(HelloWorld);
H A Dquickstart-ide-3861-helloworld.md34 …_world.c** and implement service logic. Call **SYS_RUN()** of OpenHarmony to start the service. (*…
45 SYS_RUN(HelloWorld);
/ohos5.0/commonlibrary/utils_lite/include/
H A Dohos_init.h166 #define SYS_RUN(func) LAYER_INITCALL_DEF(func, run, "run") macro
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-wlan-led-control.md83 SYS_RUN(LedExampleEntry);
H A Ddevice-wlan-sdk.md276 SYS_RUN(DemoSdkMain);
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-wlan-led-control.md83 SYS_RUN(LedExampleEntry);
H A Ddevice-wlan-sdk.md267 SYS_RUN(DemoSdkMain);