Home
last modified time | relevance | path

Searched refs:GetServiceType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dservice_profile.cpp60 std::string ServiceProfile::GetServiceType() const in GetServiceType() function in OHOS::DistributedDeviceProfile::ServiceProfile
89 serviceType_ != serviceProfile.GetServiceType()); in operator !=()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dservice_characteristic_profile.h34 const std::string& GetServiceType() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dservice_profile.h35 std::string GetServiceType() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dservice_characteristic_profile.cpp56 const std::string& ServiceCharacteristicProfile::GetServiceType() const in GetServiceType() function in OHOS::DeviceProfile::ServiceCharacteristicProfile
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp352 profile.GetServiceType().empty() || in CheckProfileInvalidity()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp186 resultReceiver_.append("ServiceType:" + profile.GetServiceType() + "\n"); in QueryCommand()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp376 if (svrProfile.GetServiceName().empty() || svrProfile.GetServiceType().empty()) { in IsServiceProfileValid()
478 values[GenerateDBKey(serviceProfileKey, SERVICE_TYPE)] = profile.GetServiceType(); in ServiceProfileToEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp160 j[SERVICE_TYPE] = profile.GetServiceType(); in PutDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp819 outServiceProfile.GetServiceType();