Home
last modified time | relevance | path

Searched refs:APPLICATION_USER_DATA_CLEARABLE (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.cpp49 const std::string APPLICATION_USER_DATA_CLEARABLE = "userDataClearable"; variable
174 {APPLICATION_USER_DATA_CLEARABLE, applicationInfo.userDataClearable}, in to_json()
373 APPLICATION_USER_DATA_CLEARABLE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp52 const char* APPLICATION_USER_DATA_CLEARABLE = "userDataClearable"; variable
941 {APPLICATION_USER_DATA_CLEARABLE, applicationInfo.userDataClearable}, in to_json()
1059 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_USER_DATA_CLEARABLE, in from_json()