Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h124 bool isFreeInstallApp = false; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h230 bool isFreeInstallApp = false; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp52 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 Dapplication_info.cpp57 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 Dbms_bundle_data_storage_database_test.cpp158 "isFreeInstallApp":false,
371 "isFreeInstallApp":false,
491 "isFreeInstallApp":false,
1102 "isFreeInstallApp": false,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h969 baseApplicationInfo_->isFreeInstallApp = isFreeInstall; in SetIsFreeInstallApp()
974 return baseApplicationInfo_->isFreeInstallApp; in GetIsFreeInstallApp()

Completed in 13 milliseconds