Home
last modified time | relevance | path

Searched refs:isFreeInstallApp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h124 bool isFreeInstallApp = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h232 bool isFreeInstallApp = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp178 {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 Dapplication_info.cpp407 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 Dbms_bundle_data_storage_database_test.cpp156 "isFreeInstallApp":false,
369 "isFreeInstallApp":false,
489 "isFreeInstallApp":false,
1101 "isFreeInstallApp": false,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h989 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp()
994 return baseApplicationInfo_->isFreeInstallApp; in GetIsFreeInstallApp()