Home
last modified time | relevance | path

Searched refs:installSource (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-applicationInfo.md42 | installSource<sup>12+</sup> | string | 是 | 否 | 应用程序的安装来源。pre-installed表示应用为预置应用,格式为包名表示…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h318 std::string installSource; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp586 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 Dinner_bundle_info.h2092 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 Djs-apis-bundleManager-applicationInfo.md43 | installSource<sup>12+</sup> | string | Yes | No | Installation source of the application.…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3787 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 Dinner_bundle_info.cpp1891 baseApplicationInfo_->installSource = applicationInfo.installSource; in UpdateBaseApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1160 "installSource": "unknown",
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1528 …NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, appInfo.installSource.c_str(), NAPI_AUTO_L… in ConvertApplicationInfo()