/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 40 Constants::AppType appType) in InstallSystemBundle() 63 Constants::AppType appType) in OTAInstallSystemBundle() 191 Constants::AppType appType) in InstallSystemSharedBundle() 207 Constants::AppType appType) in OTAInstallSystemBundleNeedCheckUser()
|
H A D | bms_event_handler_test.cpp | 280 Constants::AppType appType = Constants::AppType::SYSTEM_APP; variable 295 Constants::AppType appType = Constants::AppType::SYSTEM_APP; variable 311 Constants::AppType appType = Constants::AppType::SYSTEM_APP; variable 327 Constants::AppType appType = Constants::AppType::SYSTEM_APP; variable 514 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; variable 529 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; variable 630 auto appType = Constants::AppType::SYSTEM_APP; variable 644 auto appType = Constants::AppType::SYSTEM_APP; variable 809 Constants::AppType appType = Constants::AppType::SYSTEM_APP; variable
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/qos/src/ |
H A D | client_qos_manager.c | 19 int32_t ClientQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ClientQosReport()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 37 Constants::AppType appType) in InstallSystemBundle() 53 Constants::AppType appType) in InstallSystemSharedBundle() 68 Constants::AppType appType) in OTAInstallSystemBundle() 99 Constants::AppType appType) in OTAInstallSystemBundleNeedCheckUser()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/qosreport_fuzzer/ |
H A D | qosreport_fuzzer.cpp | 29 int32_t appType = 1; in QosReportTest() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager.cpp | 82 …ptr<ResourceManager> CreateResourceManagerExt(const std::string &bundleName, const int32_t appType) in CreateResourceManagerExt() 100 ResConfig &resConfig, int32_t appType, int32_t userId) in CreateResourceManager()
|
H A D | resource_manager_ext_mgr.cpp | 42 const int32_t appType) in Init()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clientqosmanager_fuzzer/ |
H A D | clientqosmanager_fuzzer.cpp | 31 int32_t appType = *(reinterpret_cast<const int32_t*>(data)); in ClientQosReportTest() local
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/ |
H A D | softbus_qos_virtual.c | 43 int32_t QosReportExecute(int channelId, int chanType, int appType, int quality) in QosReportExecute()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/ |
H A D | trans_channel_manager_mock_test.cpp | 141 int32_t appType = 1; variable 226 int32_t appType = 1; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundle_fuzzer/ |
H A D | basebundleinstallerinstallbundle_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundlevector_fuzzer/ |
H A D | basebundleinstallerinstallbundlevector_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstall_fuzzer/ |
H A D | basebundleinstallerprocessbundleinstall_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | keep_alive_info.h | 53 KeepAliveAppType appType = KeepAliveAppType::UNSPECIFIED; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 391 const PreScanInfo& preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 395 const std::string& bundleDir, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 398 …::ProcessSystemSharedBundleInstall(const std::string& sharedBundlePath, Constants::AppType appType) in ProcessSystemSharedBundleInstall() 469 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootBundleInstall() 478 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootSharedBundleInstall() 557 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemBundle() 563 const std::string& bundleName, Constants::AppType appType, bool removable) in OTAInstallSystemBundleNeedCheckUser() 569 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemSharedBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 49 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; member
|
H A D | pre_install_bundle_info.h | 146 void SetAppType(Constants::AppType appType) in SetAppType()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_container_by_mock_bms_test.cpp | 113 std::string appType = "system"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | shared_bundle_installer.cpp | 23 …nstaller::SharedBundleInstaller(const InstallParam &installParam, const Constants::AppType appType) in SharedBundleInstaller()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 327 int32_t appType = 0; variable 654 int32_t appType = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_multi_app_strategy.cpp | 192 auto &appType = pidAppTypeMap_.at(pkgName).second; in GetAppStrategyConfigName() local 370 int32_t appType = DEFAULT_APP_TYPE; in AnalyzePkgParam() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/ |
H A D | socperf_plugin.cpp | 315 int32_t appType = INVALID_VALUE; in HandleAppAbilityStart() local 331 bool SocPerfPlugin::UpdateUidToAppTypeMap(const std::shared_ptr<ResData>& data, int32_t appType) in UpdateUidToAppTypeMap() 641 int32_t appType = reqAppTypeFunc_(bundleName); in UpdateUidToAppTypeMap() local
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 94 int32_t ServerIpcQosReport(int32_t channelId, int32_t chanType, int32_t appType, int32_t quality) in ServerIpcQosReport()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_manager_test.cpp | 62 int32_t appType = 0; in SetUp() local
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_data_parser.cpp | 379 bool NdefHarDataParser::IsOtherPlatformAppType(const std::string &appType) in IsOtherPlatformAppType()
|