Searched refs:isFreeInstallApp (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 124 bool isFreeInstallApp = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 230 bool isFreeInstallApp = false; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 52 const std::string APPLICATION_IS_FREEINSTALL_APP = "isFreeInstallApp"; 178 {APPLICATION_IS_FREEINSTALL_APP, applicationInfo.isFreeInstallApp}, in to_json() 406 applicationInfo.isFreeInstallApp, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 57 const char* APPLICATION_IS_FREEINSTALL_APP = "isFreeInstallApp"; 405 isFreeInstallApp = parcel.ReadBool(); in ReadFromParcel() 637 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isFreeInstallApp); in Marshalling() 937 {APPLICATION_IS_FREEINSTALL_APP, applicationInfo.isFreeInstallApp}, in to_json() 1062 applicationInfo.isFreeInstallApp, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 158 "isFreeInstallApp":false, 371 "isFreeInstallApp":false, 491 "isFreeInstallApp":false, 1102 "isFreeInstallApp": false,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 969 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp() 974 return baseApplicationInfo_->isFreeInstallApp; in GetIsFreeInstallApp()
|
Completed in 13 milliseconds