Home
last modified time | relevance | path

Searched refs:APPLICATION_FORM_VISIBLE_NOTIFY (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.cpp56 const std::string APPLICATION_FORM_VISIBLE_NOTIFY = "formVisibleNotify"; variable
182 {APPLICATION_FORM_VISIBLE_NOTIFY, applicationInfo.formVisibleNotify}, in to_json()
437 APPLICATION_FORM_VISIBLE_NOTIFY, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp60 const char* APPLICATION_FORM_VISIBLE_NOTIFY = "formVisibleNotify"; variable
950 {APPLICATION_FORM_VISIBLE_NOTIFY, applicationInfo.formVisibleNotify}, in to_json()
1077 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_FORM_VISIBLE_NOTIFY, in from_json()