/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 135 if (profiles.GetBindLevel() == DEVICE || (profiles.GetBindLevel() == APP && discoveryInfo.pkgname == "")) { in CheckAuthForm() 138 if (profiles.GetBindLevel() == APP) { in CheckAuthForm() 197 } else if (profiles.GetBindLevel() == APP && profiles.GetAccesser().GetAccesserDeviceId() == reqDev && in GetAuthForm() 200 } else if (profiles.GetBindLevel() == APP && profiles.GetAccessee().GetAccesseeDeviceId() == reqDev && in GetAuthForm() 208 } else if (profiles.GetBindLevel() == APP && profiles.GetAccesser().GetAccesserDeviceId() == reqDev && in GetAuthForm() 211 } else if (profiles.GetBindLevel() == APP && profiles.GetAccessee().GetAccesseeDeviceId() == reqDev && in GetAuthForm() 249 if (profiles.GetBindLevel() == APP) { in GetParamBindTypeVec() 264 if (profiles.GetBindLevel() == APP) { in GetParamBindTypeVec() 306 if (profiles.GetBindLevel() == APP) { in ProcessBindType() 324 if (profiles.GetBindLevel() == APP) { in ProcessBindType() [all...] |
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 93 profiles.SetBindLevel(APP); in HWTEST_F() 107 profiles.SetBindLevel(APP); in HWTEST_F() 131 profiles.SetBindLevel(APP); in HWTEST_F() 145 profiles.SetBindLevel(APP); in HWTEST_F() 225 profiles.SetBindLevel(APP); in HWTEST_F() 239 profiles.SetBindLevel(APP); in HWTEST_F() 265 profiles.SetBindLevel(APP); in HWTEST_F() 279 profiles.SetBindLevel(APP); in HWTEST_F() 366 profiles.SetBindLevel(APP); in HWTEST_F() 383 profiles.SetBindLevel(APP); in HWTEST_F() [all...] |
H A D | UTTest_dm_auth_manager_third.cpp | 228 int32_t bindLevel = APP; in HWTEST_F() 233 bindLevel = APP; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | recoverable_application_info.h | 32 BundleType bundleType = BundleType::APP;
|
H A D | form_info.h | 65 BundleType bundleType = BundleType::APP;
|
H A D | application_info.h | 58 APP = 0, member in OHOS::AppExecFwk::BundleType 300 BundleType bundleType = BundleType::APP;
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | running_form_info.h | 46 BundleType formBundleType = BundleType::APP;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 34 BundleType bundleType = BundleType::APP;
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 48 APP = 0, member in OHOS::AppExecFwk::BundleType 191 BundleType bundleType = BundleType::APP;
|
/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/ |
H A D | cj_environment.h | 65 APP, enumerator
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | storage_status_service.h | 50 enum BUNDLE_STATS {APP = 0, LOCAL, DISTRIBUTED, DATABASE, CACHE};
enumerator
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_record.h | 80 BundleType formBundleType = BundleType::APP;
|
H A D | form_item_info.h | 491 BundleType bundleType_ = BundleType::APP;
|
/foundation/ability/ability_runtime/test/unittest/cj_environment_test/ |
H A D | cj_environment_test.cpp | 182 CJEnvironment::GetInstance()->LoadCJLibrary(CJEnvironment::GetInstance()->LibraryKind::APP, "dlName"); in HWTEST_F() member in LibraryKind
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 289 BundleType bundleType_ = BundleType::APP;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 105 bundleType = BundleType::APP; in Init()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresprocess_fuzzer/ |
H A D | bundleresprocess_fuzzer.cpp | 47 applicationInfo.bundleType = BundleType::APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | distributed_device_profile_enums.h | 89 APP = 3, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 197 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo() 236 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP)) { in GetAppTypeByBundleType()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | common_profile.h | 74 constexpr const char *APP = "app"; member
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 174 if (bindLevel > APP || bindLevel < INVALID_TYPE) { in CheckAuthParamVaildExtra() 350 if (bindLevel == APP && offlineParam.leftAclNumber != 0) { in DeleteAcl() 356 if (bindLevel == APP && offlineParam.leftAclNumber == 0) { in DeleteAcl() 832 static_cast<uint32_t>(authResponseContext_->bindLevel) <= APP)) { in RespNegotiate() 885 static_cast<uint32_t>(authResponseContext_->bindLevel) <= APP)) { in SendAuthRequest() 1071 static_cast<uint32_t>(authResponseContext_->bindLevel) <= APP)) { in StartAuthProcess() 1462 static_cast<uint32_t>(authResponseContext_->bindLevel) <= APP)) { in ShowStartAuthDialog() 1490 static_cast<uint32_t>(authResponseContext_->bindLevel) <= APP)) { in ProcessPincode() 1945 if ((authResponseContext_->bindLevel == APP || authResponseContext_->bindLevel == SERVICE) && in SrcAuthDeviceFinish() 1959 if ((authResponseContext_->bindLevel == APP || authResponseContext in SrcAuthDeviceFinish() [all...] |
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
H A D | cj_environment.cpp | 400 auto handle = LoadCJLibrary(APP, dlName); in LoadCJLibrary() 423 case APP: in LoadCJLibrary()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 87 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
|
H A D | module_profile.cpp | 129 {"app", BundleType::APP}, 1497 APP, in from_json() 1735 if (!jsonObject.contains(Profile::MODULE) || !jsonObject.contains(Profile::APP)) { in ParserAtomicConfig() 1739 nlohmann::json appJson = jsonObject.at(Profile::APP); in ParserAtomicConfig() 1745 BundleType bundleType = BundleType::APP; in ParserAtomicConfig() 1967 if (applicationInfo.bundleType == BundleType::APP && in ToApplicationInfo() 2513 if (!jsonObject.contains(Profile::MODULE) || !jsonObject.contains(Profile::APP)) { in ObtainOverlayType() 2519 nlohmann::json appJson = jsonObject.at(Profile::APP); in ObtainOverlayType()
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 40 constexpr uint32_t APP = 3; variable
|