Lines Matching refs:serviceName
10 一般命名为:serviceName.cfg(serviceName 为服务进程名,例如:appspawn.cfg)
74 "name" : "serviceName",
75 "path" : ["/system/bin/serviceName"]
93 "name" : "serviceName",
94 "path" : ["/system/bin/serviceName"]
124 "name" : "serviceName",
125 "path" : ["/system/bin/serviceName"]
145 服务进程代码编写完成后创建serviceName.cfg(serviceName 为服务进程名),并根据服务特性配置文件内容。
323 …hExtra(const char *serviceName, int action, const char *extArgv[], int extArgc) | 配置服务参数 | 返回值:成功返…
324 | int ServiceControl(const char *serviceName, int action) | 控制服务行为 | 返回值:成功返回0,失败返回-1 <br> 参数:<br>…
325 …itForStatus(const char *serviceName, ServiceStatus status, int waitTimeout) | 等待服务状态 | 返回值:成功返回0, …
326 | int ServiceSetReady(const char *serviceName) | 设置服务准备 | 返回值:成功返回0,失败返回-1 <br> 参数:<br> serviceName…
327 …t StartServiceByTimer(const char *serviceName, uint64_t timeout) | 定时启动服务 | 返回值:成功返回0,失败返回-1 <br> …
328 | int StopServiceTimer(const char *serviceName) | 停止服务计时器 | 返回值:成功返回0,失败返回-1 <br> 参数:<br> serviceN…