Searched refs:installSource (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 42 | installSource<sup>12+</sup> | string | 是 | 否 | 应用程序的安装来源。pre-installed表示应用为预置应用,格式为包名表示…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 318 std::string installSource; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 586 installSource = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 761 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(installSource)); in Marshalling() 1016 {APPLICATION_INSTALL_SOURCE, applicationInfo.installSource}, in to_json() 1212 applicationInfo.installSource, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 2092 void SetInstallSource(const std::string &installSource) in SetInstallSource() argument 2094 baseApplicationInfo_->installSource = installSource; in SetInstallSource()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 43 | installSource<sup>12+</sup> | string | Yes | No | Installation source of the application.…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 3787 std::string installSource = GetInstallSource(installParam); in SetInstallSourceToAppInfo() local 3789 info.second.SetInstallSource(installSource); in SetInstallSourceToAppInfo() 3796 std::string installSource = GetInstallSource(installParam); in SetApplicationFlagsForPreinstallSource() local
|
H A D | inner_bundle_info.cpp | 1891 baseApplicationInfo_->installSource = applicationInfo.installSource; in UpdateBaseApplicationInfo()
|
/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 | 1160 "installSource": "unknown",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 1528 …NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, appInfo.installSource.c_str(), NAPI_AUTO_L… in ConvertApplicationInfo()
|