Home
last modified time | relevance | path

Searched refs:APPLICATION_SINGLETON (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.cpp48 const std::string APPLICATION_SINGLETON = "singleton"; variable
173 {APPLICATION_SINGLETON, applicationInfo.singleton}, in to_json()
365 APPLICATION_SINGLETON, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp51 const char* APPLICATION_SINGLETON = "singleton"; variable
940 {APPLICATION_SINGLETON, applicationInfo.singleton}, in to_json()
1057 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_SINGLETON, in from_json()