Home
last modified time | relevance | path

Searched refs:APPLICATION_ALLOW_COMMON_EVENT (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.cpp57 const std::string APPLICATION_ALLOW_COMMON_EVENT = "allowCommonEvent"; variable
183 {APPLICATION_ALLOW_COMMON_EVENT, applicationInfo.allowCommonEvent}, in to_json()
445 APPLICATION_ALLOW_COMMON_EVENT, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp61 const char* APPLICATION_ALLOW_COMMON_EVENT = "allowCommonEvent"; variable
951 {APPLICATION_ALLOW_COMMON_EVENT, applicationInfo.allowCommonEvent}, in to_json()
1079 …ValueIfFindKey<std::vector<std::string>>(jsonObject, jsonObjectEnd, APPLICATION_ALLOW_COMMON_EVENT, in from_json()