Home
last modified time | relevance | path

Searched refs:APPLICATION_PERMISSIONS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp77 const std::string APPLICATION_PERMISSIONS = "permissions"; variable
202 {APPLICATION_PERMISSIONS, applicationInfo.permissions}, in to_json()
597 APPLICATION_PERMISSIONS, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp81 const char* APPLICATION_PERMISSIONS = "permissions"; variable
971 {APPLICATION_PERMISSIONS, applicationInfo.permissions}, in to_json()
1119 GetValueIfFindKey<std::vector<std::string>>(jsonObject, jsonObjectEnd, APPLICATION_PERMISSIONS, in from_json()