Home
last modified time | relevance | path

Searched refs:APPLICATION_SIGNATURE_KEY (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.cpp91 const std::string APPLICATION_SIGNATURE_KEY = "signatureKey"; variable
216 {APPLICATION_SIGNATURE_KEY, applicationInfo.signatureKey}, in to_json()
709 APPLICATION_SIGNATURE_KEY, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp98 const char* APPLICATION_SIGNATURE_KEY = "signatureKey"; variable
986 {APPLICATION_SIGNATURE_KEY, applicationInfo.signatureKey}, in to_json()
1152 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_SIGNATURE_KEY, in from_json()