/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | service_checker.h | 24 std::string serviceName = ""; member
|
/base/startup/init/test/unittest/socket/ |
H A D | socket_unittest.cpp | 54 string serviceName = "test.Service"; in HWTEST_F() local
|
/base/startup/init/services/init/standard/ |
H A D | init_signal_handler.c | 38 const char *serviceName = (service == NULL) ? "Unknown" : service->name;
in HandleSigChild() local
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | smgr_demo.h | 37 char serviceName[NAME_LEN_MAX + 1]; member
|
H A D | smgr_demo.cpp | 109 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 D | hiview_plugin_platform_module_test.cpp | 46 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 D | faultloggerd_module_test.cpp | 29 void WaitForServiceReady(const std::string& serviceName) in WaitForServiceReady() argument
|
/base/startup/init/test/exec_test/ |
H A D | fd_holder_test.c | 29 static void SaveFds(const char *serviceName, int argc, char **argv)
in SaveFds() argument
|
/base/startup/init/test/moduletest/ |
H A D | service_watcher_moduleTest.cpp | 46 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 D | test_utils.cpp | 132 std::string GetServiceStatus(const std::string &serviceName) in GetServiceStatus() argument
|
H A D | service_control_test.cpp | 45 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 D | service_watcher_unittest.cpp | 57 string serviceName = "test.Service"; in HWTEST_F() local
|
/base/startup/init/interfaces/innerkits/service_watcher/ |
H A D | service_watcher.c | 50 int ServiceWatchForStatus(const char *serviceName, ServiceStatusChangePtr changeCallback) in ServiceWatchForStatus() argument
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | driver.cpp | 30 Driver::Driver(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hdiConfig_(hdiConfig) in Driver() argument
|
H A D | driver_manager.cpp | 230 std::shared_ptr<Driver> DriverManager::GetDriverByServiceName(const std::string &serviceName) in GetDriverByServiceName() argument
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | driver_manager_unit_test.cpp | 61 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 D | secfile_load_agent.h | 40 char serviceName[MAX_SEC_FILE_NAME_LEN]; member
|
/base/print/print_fwk/test/fuzztest/scanmdnsservice_fuzzer/ |
H A D | scanmdnsservice_fuzzer.cpp | 29 std::string serviceName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOnStartDiscoverService() local
|
/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_dev_auth_proxy.c | 30 const IClientProxy *GetProxyInstance(const char *serviceName) in GetProxyInstance() argument
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.h | 65 const char *serviceName; member
|
/base/security/selinux_adapter/framework/tools/service_check/ |
H A D | test.cpp | 38 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 D | appspawn_client_test.cpp | 85 static AppSpawnClientHandle CreateClient(const char *serviceName) in CreateClient() argument
|
/base/startup/init/interfaces/innerkits/service_control/ |
H A D | service_control.c | 72 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 D | devicedebug_stub.c | 43 int AppSpawnClientInitStub(const char *serviceName, AppSpawnClientHandle *handle) in AppSpawnClientInitStub() argument
|
/base/startup/init/interfaces/innerkits/fd_holder/ |
H A D | fd_holder.c | 47 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...] |