/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | content_sensor_test.cpp | 203 profile.SetServiceType("test"); 219 profile.SetServiceType(""); 235 profile.SetServiceType("test"); 251 profile.SetServiceType(""); 267 profile.SetServiceType("");
|
H A D | profile_crud_test.cpp | 129 profile.SetServiceType("test"); 154 profile.SetServiceType(""); 179 profile.SetServiceType("test"); 203 profile.SetServiceType("test"); 232 profileNew.SetServiceType("test"); 730 profile.SetServiceType(SERVICE_TYPE); 792 profileNew.SetServiceType("test"); 898 profile.SetServiceType("test"); 916 profile.SetServiceType("test"); 946 profile.SetServiceType("test"); [all …]
|
H A D | profile_storage_test.cpp | 155 DeviceProfileStorageManager::GetInstance().SetServiceType("", "", profile); 174 DeviceProfileStorageManager::GetInstance().SetServiceType(udid, "", profile); 193 DeviceProfileStorageManager::GetInstance().SetServiceType("", serviceId, profile); 274 profile.SetServiceType("test"); 293 profile.SetServiceType("test"); 312 profile.SetServiceType(""); 344 profile.SetServiceType(SERVICE_TYPE); 361 profile.SetServiceType(SERVICE_TYPE); 376 profile.SetServiceType(SERVICE_TYPE); 1030 profile.SetServiceType("test"); [all …]
|
H A D | profile_proxy_test.cpp | 80 profile.SetServiceType("test");
|
H A D | event_subscribe_test.cpp | 102 profile.SetServiceType("fakeStorage"); in PutFakeStorage() 113 profile.SetServiceType("fakeSystem"); in PutFakeSystem()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 339 serviceProfile.SetServiceType("serviceType"); 356 serviceProfile.SetServiceType("serviceType"); 374 serviceProfile1.SetServiceType("serviceType"); 379 serviceProfile2.SetServiceType("serviceType"); 439 serviceProfile.SetServiceType("serviceType"); 458 serviceProfile.SetServiceType("serviceType"); 477 serviceProfile1.SetServiceType("serviceType2"); 483 serviceProfile2.SetServiceType("serviceType3"); 505 serviceProfile1.SetServiceType("serviceType"); 512 serviceProfile4.SetServiceType("serviceType4"); [all …]
|
H A D | distributed_device_profile_client_kv_test.cpp | 154 serviceProfile.SetServiceType("serviceType"); 173 serviceProfile1.SetServiceType("serviceType1"); 177 serviceProfile2.SetServiceType("serviceType2");
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 212 SetServiceType(udid, serviceId, profile); in GetDeviceProfile() 221 SetServiceType(queryUdid, serviceId, profile); in GetDeviceProfile() 248 void DeviceProfileStorageManager::SetServiceType(const std::string& udid, in SetServiceType() function in OHOS::DeviceProfile::DeviceProfileStorageManager 255 profile.SetServiceType(jsonData[SERVICE_TYPE]); in SetServiceType() 274 profile.SetServiceType(typeData[SERVICE_TYPE]); in SetServiceType()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | service_characteristic_profile.h | 29 void SetServiceType(const std::string& serviceType);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | app_info_collector.cpp | 36 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | storage_info_collector.cpp | 38 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | pasteboard_info_collector.cpp | 44 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | syscap_info_collector.cpp | 40 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | system_info_collector.cpp | 43 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
H A D | device_info_collector.cpp | 41 profile.SetServiceType(SERVICE_TYPE); in ConvertToProfileData()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | service_profile.h | 36 void SetServiceType(const std::string& serviceType);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/getdeviceprofile_fuzzer/ |
H A D | getdeviceprofile_fuzzer.cpp | 46 profile.SetServiceType(serviceType); in FuzzGetDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofile_fuzzer/ |
H A D | putdeviceprofile_fuzzer.cpp | 50 profile.SetServiceType(serviceType); in FuzzPutDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | service_characteristic_profile.cpp | 36 void ServiceCharacteristicProfile::SetServiceType(const std::string& serviceType) in SetServiceType() function in OHOS::DeviceProfile::ServiceCharacteristicProfile
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | collaboration_info_collector.cpp | 44 svrProfile.SetServiceType(*it); in ConvertToProfile()
|
H A D | dms_info_collector.cpp | 35 svrProfile.SetServiceType(DistributedSchedule::Constants::DMS_SERVICE_ID); in ConvertToProfile()
|
H A D | pasteboard_info_collector.cpp | 45 svrProfile.SetServiceType(SERVICE_ID); in ConvertToProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | service_profile.cpp | 65 void ServiceProfile::SetServiceType(const std::string& serviceType) in SetServiceType() function in OHOS::DistributedDeviceProfile::ServiceProfile
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage_manager.h | 77 …void SetServiceType(const std::string& udid, const std::string& serviceId, ServiceCharacteristicPr…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/ |
H A D | README_zh.md | 100 profile.SetServiceType(serviceType);
|