Home
last modified time | relevance | path

Searched refs:GetOsSysCap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp127 std::string DeviceProfile::GetOsSysCap() const in GetOsSysCap() function in OHOS::DistributedDeviceProfile::DeviceProfile
174 …eCapability_ != deviceProfile.GetStorageCapability() || osSysCap_ != deviceProfile.GetOsSysCap() || in operator !=()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h56 std::string GetOsSysCap() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_distributed_manager.cpp79 std::string jsonData = profile.GetOsSysCap(); in ComparePcIdString()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp292 deviceProfile1.GetOsSysCap();
H A Ddevice_profile_manager_test.cpp742 outDeviceProfile.GetOsSysCap();
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp464 values[GenerateDBKey(deviceProfileKey, OS_SYS_CAPACITY)] = profile.GetOsSysCap(); in DeviceProfileToEntries()