Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dstatic_profile_manager_test.cpp134 std::vector<CharacteristicProfile> staticCapabilityProfiles; variable
135 …rrCode = StaticProfileManager::GetInstance().GetAllCharacteristicProfile(staticCapabilityProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp142 std::vector<CharacteristicProfile>& staticCapabilityProfiles) in GetAllCharacteristicProfile() argument
148 … = ProfileControlUtils::GetAllCharacteristicProfile(staticProfileStore_, staticCapabilityProfiles); in GetAllCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dstatic_profile_manager.h36 … int32_t GetAllCharacteristicProfile(std::vector<CharacteristicProfile>& staticCapabilityProfiles);