Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp311 const std::string ABILITIES = "abilities"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h257 extern const std::string ABILITIES;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp262 cJSON* abilitiesJson = cJSON_GetObjectItemCaseSensitive(staticInfoJson, ABILITIES.c_str()); in GenerateStaticProfiles()