Home
last modified time | relevance | path

Searched refs:serName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp133 serName = "";
143 serName = "dp_serName";
173 std::string serName = ""; variable
182 serName = "dp_serName";
209 serName = "dp_serName";
221 serName = "";
229 serName = "dp_serName";
257 serName = "dp_serName";
278 serName = "dp_serName";
290 serName = "";
[all …]
H A Ddp_profile_service_test.cpp187 std::string serName = "serName_test"; variable
189 ServiceProfile serviceProfile(devid, serName, serviceType);
211 std::string serName = "serName_test"; variable
214 CharacteristicProfile charProfile(devid, serName, charKey, characteristicValue);
232 std::string serName = ""; variable
235 …DistributedDeviceProfileServiceNew::GetInstance().GetServiceProfile(devid, serName, serviceProfile…
242 std::string serName = ""; variable
254 std::string serName = ""; variable
255 …t32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteServiceProfile(devid, serName);
262 std::string serName = ""; variable
[all …]
/ohos5.0/base/security/selinux_adapter/interfaces/tools/service_check/
H A Dtest.cpp131 std::string serName; in TestAddService() local
132 while (std::cin >> serName) { in TestAddService()
133 std::cout << GetErrStr(isHdf ? HdfAddServiceCheck(sid.c_str(), serName.c_str()) in TestAddService()
134 : g_service->AddServiceCheck(sid, serName)) in TestAddService()
151 std::string serName; in TestGetService() local
152 while (std::cin >> serName) { in TestGetService()
153 std::cout << GetErrStr(isHdf ? HdfGetServiceCheck(sid.c_str(), serName.c_str()) in TestGetService()
154 : g_service->GetServiceCheck(sid, serName)) in TestGetService()
171 std::string serName; in TestGetRemoteService() local
172 while (std::cin >> serName) { in TestGetRemoteService()
[all …]