Home
last modified time | relevance | path

Searched refs:APPLICATION_DATA_BASE_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.cpp60 const std::string APPLICATION_DATA_BASE_DIR = "dataBaseDir"; variable
186 {APPLICATION_DATA_BASE_DIR, applicationInfo.dataBaseDir}, in to_json()
469 APPLICATION_DATA_BASE_DIR, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp64 const char* APPLICATION_DATA_BASE_DIR = "dataBaseDir"; variable
954 {APPLICATION_DATA_BASE_DIR, applicationInfo.dataBaseDir}, in to_json()
1085 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_DATA_BASE_DIR, in from_json()