/ohos5.0/base/startup/init/interfaces/innerkits/service_control/ |
H A D | service_control.c | 72 static int StopProcess(const char *serviceName) in StopProcess() 78 static int GetCurrentServiceStatus(const char *serviceName, ServiceStatus *status) in GetCurrentServiceStatus() 91 static int RestartProcess(const char *serviceName, const char *extArgv[], int extArgc) in RestartProcess() 122 int ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extArgc) in ServiceControlWithExtra() 144 int ServiceControl(const char *serviceName, int action) in ServiceControl() 151 static int GetProcessInfo(const char *serviceName, char *nameBuffer, char *valueBuffer, ServiceStat… in GetProcessInfo() 165 int ServiceWaitForStatus(const char *serviceName, ServiceStatus status, int waitTimeout) in ServiceWaitForStatus() 176 int ServiceSetReady(const char *serviceName) in ServiceSetReady() 186 int StartServiceByTimer(const char *serviceName, uint64_t timeout) in StartServiceByTimer() 202 int StopServiceTimer(const char *serviceName) in StopServiceTimer()
|
/ohos5.0/base/startup/init/test/moduletest/ |
H A D | service_control_test.cpp | 45 std::string serviceName = "media_service"; variable 70 std::string serviceName = "non_exist_service"; variable 80 std::string serviceName = "media_service"; variable 103 std::string serviceName = "non_exist_service"; variable 114 std::string serviceName = "media_service"; variable 144 std::string serviceName = "media_service"; variable 172 std::string serviceName = "media_service"; variable 204 std::string serviceName = "media_service"; variable 225 std::string serviceName = "media_service"; variable 249 std::string serviceName = "media_service"; variable
|
H A D | service_watcher_moduleTest.cpp | 46 string serviceName = "test.Service"; variable 57 string serviceName = "media_service"; variable 76 const std::string serviceName = "deviceinfoservice"; variable
|
/ohos5.0/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() 74 static int ServiceSendFds(const char *serviceName, int *fds, int fdCount, bool doPoll) in ServiceSendFds() 125 int ServiceSaveFd(const char *serviceName, int *fds, int fdCount) in ServiceSaveFd() 136 int ServiceSaveFdWithPoll(const char *serviceName, int *fds, int fdCount) in ServiceSaveFdWithPoll() 147 int *ServiceGetFd(const char *serviceName, size_t *outfdCount) in ServiceGetFd()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_session_object_unittest.cpp | 64 std::string serviceName = "testserviceName"; variable 80 std::string serviceName = "testserviceName"; variable 96 std::string serviceName = "testserviceName"; variable 112 std::string serviceName = "testserviceName"; variable
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 491 const std::string serviceName = "abc"; variable 542 std::u16string serviceName; variable 559 std::u16string serviceName; variable 723 std::string serviceName("testServer"); variable 822 std::u16string serviceName; variable 837 std::u16string serviceName; variable 852 std::u16string serviceName(u"test"); variable 924 std::string serviceName("test1"); variable 1049 std::u16string serviceName; variable 1068 std::u16string serviceName; variable [all …]
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | service_checker.cpp | 70 extern "C" int HdfGetServiceCheck(const char *callingSid, const char *serviceName) in HdfGetServiceCheck() 78 extern "C" int HdfAddServiceCheck(const char *callingSid, const char *serviceName) in HdfAddServiceCheck() 157 static int CheckServiceNameValid(const std::string &serviceName) in CheckServiceNameValid() 204 int ServiceChecker::GetServiceContext(const std::string &serviceName, std::string &context) in GetServiceContext() 242 int ServiceChecker::CheckPerm(const std::string &srcContext, const std::string &serviceName, std::s… in CheckPerm() 280 int ServiceChecker::GetServiceCheck(const std::string &callingSid, const std::string &serviceName) in GetServiceCheck() 294 int ServiceChecker::AddServiceCheck(const std::string &callingSid, const std::string &serviceName) in AddServiceCheck()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/ |
H A D | all_connect_manager_test.cpp | 147 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830102() 248 ServiceCollaborationManagerBussinessStatus state) -> int32_t { in __anond14b49830202() 278 ServiceCollaborationManagerBussinessStatus state) -> int32_t { in __anond14b49830302() 353 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830402() 383 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830502() 424 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830702() 632 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830902() 659 ServiceCollaborationManager_Callback *callback) -> int32_t { in __anond14b49830a02() 730 const char *serviceName) -> int32_t { in __anond14b49830b02() 756 const char *serviceName) -> int32_t { in __anond14b49830c02()
|
/ohos5.0/drivers/hdf_core/framework/core/shared/src/ |
H A D | hdf_io_service.c | 11 struct HdfIoService *HdfIoServiceBind(const char *serviceName) in HdfIoServiceBind() 21 struct HdfIoService *HdfIoServicePublish(const char *serviceName, uint32_t mode) in HdfIoServicePublish()
|
/ohos5.0/base/security/selinux_adapter/interfaces/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() 139 static void TestGetService(bool isHdf, const std::string &serviceName) in TestGetService() 159 static void TestGetRemoteService(bool isHdf, const std::string &serviceName) in TestGetRemoteService()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | driver_manager_unit_test.cpp | 61 std::string serviceName = "mockDriver"; variable 81 std::string serviceName = "mockDriver"; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 812 string serviceName = "serviceName5"; variable 832 string serviceName = "serviceName"; variable 852 string serviceName = "serviceName12"; variable 869 string serviceName = "serviceName13"; variable 895 string serviceName = "serviceName5"; variable 918 string serviceName = "serviceName"; variable 942 string serviceName = "serviceName12"; variable 989 string serviceName = "serviceName6"; variable 1003 string serviceName = "serviceName"; variable 1065 string serviceName = "serviceName6"; variable [all …]
|
H A D | profile_control_utils_test.cpp | 827 std::string serviceName; variable 848 std::string serviceName; variable 869 std::string serviceName = "serviceName"; variable 890 std::string serviceName = "serviceName"; variable 912 std::string serviceName = "serviceName"; variable 935 std::string serviceName = "serviceName"; variable 957 std::string serviceName = "serviceName"; variable 980 std::string serviceName = "serviceName"; variable 1003 std::string serviceName = "serviceName"; variable 1026 std::string serviceName = "serviceName"; variable [all …]
|
/ohos5.0/base/hiviewdfx/hiview/test/moduletest/common/ |
H A D | hiview_plugin_platform_module_test.cpp | 46 int GetServicePid(const std::string& serviceName) in GetServicePid() 56 void WaitForServiceReady(const std::string& serviceName) in WaitForServiceReady()
|
/ohos5.0/drivers/hdf_core/framework/core/shared/test/unittest/common/ |
H A D | hdf_core_shared_test.cpp | 74 const char *serviceName = "testServiceName"; variable 92 const char *serviceName = "testServiceName"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | mock_distributed_device_profile_client.cpp | 90 …DeviceProfileClient::GetServiceProfile(const std::string& deviceId, const std::string& serviceName, in GetServiceProfile() 97 …const std::string& serviceName, const std::string& characteristicId, CharacteristicProfile& charac… in GetCharacteristicProfile() 103 const std::string& serviceName) in DeleteServiceProfile() 109 const std::string& serviceName, const std::string& characteristicKey) in DeleteCharacteristicProfile()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | samgr_lite.c | 278 static BOOL RegisterFeature(const char *serviceName, Feature *feature) in RegisterFeature() 300 static Feature *UnregisterFeature(const char *serviceName, const char *featureName) in UnregisterFeature() 309 static BOOL RegisterFeatureApi(const char *serviceName, const char *feature, IUnknown *publicApi) in RegisterFeatureApi() 335 static IUnknown *UnregisterFeatureApi(const char *serviceName, const char *feature) in UnregisterFeatureApi() 351 static BOOL RegisterDefaultFeatureApi(const char *serviceName, IUnknown *publicApi) in RegisterDefaultFeatureApi() 356 static IUnknown *UnregisterDefaultFeatureApi(const char *serviceName) in UnregisterDefaultFeatureApi() 361 static IUnknown *GetDefaultFeatureApi(const char *serviceName) in GetDefaultFeatureApi() 390 static IUnknown *GetFeatureApi(const char *serviceName, const char *feature) in GetFeatureApi() 574 static IUnknown *GetRemoteDefaultFeatureApi(char *deviceId, const char *serviceName) in GetRemoteDefaultFeatureApi()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | ndef_message_test.cpp | 166 const std::string serviceName = "serviceName"; variable 179 const std::string serviceName = ""; variable 192 const std::string serviceName = "serviceName"; variable 205 const std::string serviceName = "serviceName"; variable
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | hdi_support.cpp | 70 static std::string ParseLibName(const std::string &interfaceName, const std::string &serviceName, in ParseLibName() 98 const std::string &desc, std::string &interface, std::string &libName, const char *serviceName) in ParseInterface() 131 void *LoadHdiImpl(const char *desc, const char *serviceName) in LoadHdiImpl() 181 void UnloadHdiImpl(const char *desc, const char *serviceName, void *impl) in UnloadHdiImpl()
|
H A D | devmgr_client.c | 157 static int32_t DevmgrProcessLoad(struct HDIDeviceManager *iDevMgr, const char *serviceName, int32_t… in DevmgrProcessLoad() 184 int32_t DevmgrLoadDevice(struct HDIDeviceManager *iDevMgr, const char *serviceName) in DevmgrLoadDevice() 195 int32_t DevmgrUnloadDevice(struct HDIDeviceManager *iDevMgr, const char *serviceName) in DevmgrUnloadDevice()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/dbinderservice_fuzzer/ |
H A D | dbinderservice_fuzzer.cpp | 60 std::u16string serviceName = Str8ToStr16(sessionNameTmp); in RegisterRemoteProxy1Test() local 72 std::u16string serviceName = Str8ToStr16(sessionNameTmp); in RegisterRemoteProxy2Test() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | service_profile.cpp | 28 ServiceProfile::ServiceProfile(const std::string& deviceId, const std::string& serviceName, in ServiceProfile() 55 void ServiceProfile::SetServiceName(const std::string& serviceName) in SetServiceName()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/ |
H A D | sample_driver.c | 44 const char *serviceName = HdfSbufReadString(data); in SampleDriverRegisteDevice() local 66 const char *serviceName = HdfSbufReadString(data); in SampleDriverUnregisteDevice() local
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | service_checker.h | 24 std::string serviceName = ""; member
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/ |
H A D | iservmgr_hdi.h | 57 std::string serviceName; member
|