Home
last modified time | relevance | path

Searched refs:appType_ (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h140 return appType_; in GetAppType()
148 appType_ = appType; in SetAppType()
287 Constants::AppType appType_ = Constants::AppType::SYSTEM_APP; member in OHOS::AppExecFwk::PreInstallBundleInfo
H A Dinner_bundle_info.h818 return appType_; in GetAppType()
826 appType_ = appType; in SetAppType()
827 if (appType_ == Constants::AppType::SYSTEM_APP) { in SetAppType()
2251 Constants::AppType appType_ = Constants::AppType::THIRD_PARTY_APP; member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_bundle_info.cpp41 jsonObject[APP_TYPE] = appType_; in ToJson()
62 appType_, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in FromJson()
86 jsonObject[APP_TYPE] = appType_; in ToString()
H A Dinner_bundle_info.cpp285 this->appType_ = info.appType_; in operator =()
463 jsonObject[APP_TYPE] = appType_; in ToJson()
1174 appType_, in FromJson()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dshared_bundle_installer.h76 const Constants::AppType appType_; member in OHOS::AppExecFwk::SharedBundleInstaller
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h202 return appType_; in GetAppType()
239 Constants::AppType appType_ = Constants::AppType::THIRD_PARTY_APP; member in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp24 : installParam_(installParam), appType_(appType) in SharedBundleInstaller()
45 checkParam.appType = appType_; in ParseFiles()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp146 this->appType_ = info.appType_; in operator =()
253 jsonObject[APP_TYPE] = appType_; in ToJson()
793 appType_, in FromJson()

Completed in 14 milliseconds