Home
last modified time | relevance | path

Searched defs:serviceName (Results 1 - 25 of 45) sorted by relevance

12

/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dservice_checker.h24 std::string serviceName = ""; member
/base/startup/init/test/unittest/socket/
H A Dsocket_unittest.cpp54 string serviceName = "test.Service"; in HWTEST_F() local
/base/startup/init/services/init/standard/
H A Dinit_signal_handler.c38 const char *serviceName = (service == NULL) ? "Unknown" : service->name; in HandleSigChild() local
/kernel/liteos_a/testsuites/unittest/extended/liteipc/
H A Dsmgr_demo.h37 char serviceName[NAME_LEN_MAX + 1]; member
H A Dsmgr_demo.cpp109 uint32_t RegService(int fd, char *serviceName, uint32_t nameLen, uint32_t *serviceHandle) in RegService() argument
144 uint32_t GetService(int fd, char *serviceName, uint32_t nameLen, uint32_t *serviceHandle) in GetService() argument
[all...]
/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp46 int GetServicePid(const std::string& serviceName) in GetServicePid() argument
56 void WaitForServiceReady(const std::string& serviceName) in WaitForServiceReady() argument
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp29 void WaitForServiceReady(const std::string& serviceName) in WaitForServiceReady() argument
/base/startup/init/test/exec_test/
H A Dfd_holder_test.c29 static void SaveFds(const char *serviceName, int argc, char **argv) in SaveFds() argument
/base/startup/init/test/moduletest/
H A Dservice_watcher_moduleTest.cpp46 string serviceName = "test.Service"; in HWTEST_F() local
57 string serviceName = "media_service"; in HWTEST_F() local
76 const std::string serviceName in HWTEST_F() local
[all...]
H A Dtest_utils.cpp132 std::string GetServiceStatus(const std::string &serviceName) in GetServiceStatus() argument
H A Dservice_control_test.cpp45 std::string serviceName = "media_service"; in HWTEST_F() local
70 std::string serviceName = "non_exist_service"; HWTEST_F() local
80 std::string serviceName = "media_service"; HWTEST_F() local
103 std::string serviceName = "non_exist_service"; HWTEST_F() local
114 std::string serviceName = "media_service"; HWTEST_F() local
144 std::string serviceName = "media_service"; HWTEST_F() local
172 std::string serviceName = "media_service"; HWTEST_F() local
204 std::string serviceName = "media_service"; HWTEST_F() local
225 std::string serviceName = "media_service"; HWTEST_F() local
249 std::string serviceName = "media_service"; HWTEST_F() local
261 std::cout << "Wait for service " << serviceName << " status change to start\\n"; HWTEST_F() local
266 std::cout << "Wait for service " << serviceName << " status change to stop\\n"; HWTEST_F() local
[all...]
/base/startup/init/test/unittest/service_watcher/
H A Dservice_watcher_unittest.cpp57 string serviceName = "test.Service"; in HWTEST_F() local
/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c50 int ServiceWatchForStatus(const char *serviceName, ServiceStatusChangePtr changeCallback) in ServiceWatchForStatus() argument
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp30 Driver::Driver(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hdiConfig_(hdiConfig) in Driver() argument
H A Ddriver_manager.cpp230 std::shared_ptr<Driver> DriverManager::GetDriverByServiceName(const std::string &serviceName) in GetDriverByServiceName() argument
/base/useriam/user_auth_framework/test/unittest/executors/
H A Ddriver_manager_unit_test.cpp61 std::string serviceName = "mockDriver"; in HWTEST_F() local
81 std::string serviceName = "mockDriver"; in HWTEST_F() local
/base/tee/tee_client/services/teecd/include/
H A Dsecfile_load_agent.h40 char serviceName[MAX_SEC_FILE_NAME_LEN]; member
/base/print/print_fwk/test/fuzztest/scanmdnsservice_fuzzer/
H A Dscanmdnsservice_fuzzer.cpp29 std::string serviceName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOnStartDiscoverService() local
/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_proxy.c30 const IClientProxy *GetProxyInstance(const char *serviceName) in GetProxyInstance() argument
/base/startup/appspawn/standard/
H A Dappspawn_service.h65 const char *serviceName; member
/base/security/selinux_adapter/framework/tools/service_check/
H A Dtest.cpp38 std::string serviceName; member
119 static void TestAddService(bool isHdf, const std::string &serviceName) in TestAddService() argument
139 static void TestGetService(bool isHdf, const std::string &serviceName) in TestGetService() argument
159 TestGetRemoteService(bool isHdf, const std::string &serviceName) TestGetRemoteService() argument
[all...]
/base/startup/appspawn/test/moduletest/
H A Dappspawn_client_test.cpp85 static AppSpawnClientHandle CreateClient(const char *serviceName) in CreateClient() argument
/base/startup/init/interfaces/innerkits/service_control/
H A Dservice_control.c72 static int StopProcess(const char *serviceName) in StopProcess() argument
78 static int GetCurrentServiceStatus(const char *serviceName, ServiceStatus *status) in GetCurrentServiceStatus() argument
91 static int RestartProcess(const char *serviceName, const char *extArgv[], int extArgc) in RestartProcess() argument
122 ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extArgc) ServiceControlWithExtra() argument
144 ServiceControl(const char *serviceName, int action) ServiceControl() argument
151 GetProcessInfo(const char *serviceName, char *nameBuffer, char *valueBuffer, ServiceStatus status) GetProcessInfo() argument
165 ServiceWaitForStatus(const char *serviceName, ServiceStatus status, int waitTimeout) ServiceWaitForStatus() argument
176 ServiceSetReady(const char *serviceName) ServiceSetReady() argument
186 StartServiceByTimer(const char *serviceName, uint64_t timeout) StartServiceByTimer() argument
202 StopServiceTimer(const char *serviceName) StopServiceTimer() argument
[all...]
/base/startup/appspawn/test/unittest/devicedebug_test/
H A Ddevicedebug_stub.c43 int AppSpawnClientInitStub(const char *serviceName, AppSpawnClientHandle *handle) in AppSpawnClientInitStub() argument
/base/startup/init/interfaces/innerkits/fd_holder/
H A Dfd_holder.c47 STATIC int BuildSendData(char *buffer, size_t size, const char *serviceName, bool hold, bool poll) in BuildSendData() argument
74 static int ServiceSendFds(const char *serviceName, int *fds, int fdCount, bool doPoll) in ServiceSendFds() argument
125 int ServiceSaveFd(const char *serviceName, int *fds, int fdCount) in ServiceSaveFd() argument
136 int ServiceSaveFdWithPoll(const char *serviceName, int *fds, int fdCount) in ServiceSaveFdWithPoll() argument
147 ServiceGetFd(const char *serviceName, size_t *outfdCount) ServiceGetFd() argument
[all...]

Completed in 11 milliseconds

12