Home
last modified time | relevance | path

Searched refs:APPLICATION_ACCESSIBLE (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.cpp71 const std::string APPLICATION_ACCESSIBLE = "accessible"; variable
175 {APPLICATION_ACCESSIBLE, applicationInfo.accessible}, in to_json()
381 APPLICATION_ACCESSIBLE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp75 const char* APPLICATION_ACCESSIBLE = "accessible"; variable
943 {APPLICATION_ACCESSIBLE, applicationInfo.accessible}, in to_json()
1063 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_ACCESSIBLE, in from_json()