Home
last modified time | relevance | path

Searched refs:APP_DISTRIBUTION_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/
H A Dhisysevent.yaml106 APP_DISTRIBUTION_TYPE: {type: STRING, desc: app distribution type}
136 APP_DISTRIBUTION_TYPE: {type: STRING, desc: app distribution type}
153 APP_DISTRIBUTION_TYPE: {type: STRING, desc: app distribution type}
210 APP_DISTRIBUTION_TYPE: {type: STRING, desc: app distribution type}
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_provision_info/
H A Dapp_provision_info_rdb.cpp30 const std::string APP_DISTRIBUTION_TYPE = "APP_DISTRIBUTION_TYPE"; variable
108 valuesBucket.PutString(APP_DISTRIBUTION_TYPE, appProvisionInfo.appDistributionType); in AddAppProvisionInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp35 constexpr const char* APP_DISTRIBUTION_TYPE = "appDistributionType"; variable
148 want.SetParam(APP_DISTRIBUTION_TYPE, installResult.appDistributionType); in SetNotifyWant()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp62 constexpr const char* APP_DISTRIBUTION_TYPE = "appDistributionType"; variable
5122 …inessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, APP_DISTRIBUTION_TYPE, TYPE_NUMB… in GetDeveloperIds()
5127 BusinessError::ThrowEnumError(env, APP_DISTRIBUTION_TYPE, APP_DISTRIBUTION_TYPE_ENUM); in GetDeveloperIds()