Home
last modified time | relevance | path

Searched refs:APPLICATION_DATA_DIR (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.cpp59 const std::string APPLICATION_DATA_DIR = "dataDir"; variable
185 {APPLICATION_DATA_DIR, applicationInfo.dataDir}, in to_json()
461 APPLICATION_DATA_DIR, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp63 const char* APPLICATION_DATA_DIR = "dataDir"; variable
953 {APPLICATION_DATA_DIR, applicationInfo.dataDir}, in to_json()
1083 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_DATA_DIR, in from_json()