Searched refs:isFreeInstallApp (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 124 bool isFreeInstallApp = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 232 bool isFreeInstallApp = false; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 178 {APPLICATION_IS_FREEINSTALL_APP, applicationInfo.isFreeInstallApp}, in to_json() 406 applicationInfo.isFreeInstallApp, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 407 isFreeInstallApp = parcel.ReadBool(); in ReadFromParcel() 638 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isFreeInstallApp); in Marshalling() 946 {APPLICATION_IS_FREEINSTALL_APP, applicationInfo.isFreeInstallApp}, in to_json() 1070 … applicationInfo.isFreeInstallApp, JsonType::BOOLEAN, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 156 "isFreeInstallApp":false, 369 "isFreeInstallApp":false, 489 "isFreeInstallApp":false, 1101 "isFreeInstallApp": false,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 989 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp() 994 return baseApplicationInfo_->isFreeInstallApp; in GetIsFreeInstallApp()
|