Home
last modified time | relevance | path

Searched refs:APP (Results 1 - 25 of 52) sorted by relevance

123

/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp135 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 DUTTest_dm_deviceprofile_connector.cpp93 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 DUTTest_dm_auth_manager_third.cpp228 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 Drecoverable_application_info.h32 BundleType bundleType = BundleType::APP;
H A Dform_info.h65 BundleType bundleType = BundleType::APP;
H A Dapplication_info.h58 APP = 0, member in OHOS::AppExecFwk::BundleType
300 BundleType bundleType = BundleType::APP;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Drunning_form_info.h46 BundleType formBundleType = BundleType::APP;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h34 BundleType bundleType = BundleType::APP;
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h48 APP = 0, member in OHOS::AppExecFwk::BundleType
191 BundleType bundleType = BundleType::APP;
/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_environment.h65 APP, enumerator
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_status_service.h50 enum BUNDLE_STATS {APP = 0, LOCAL, DISTRIBUTED, DATABASE, CACHE}; enumerator
/foundation/ability/form_fwk/services/include/
H A Dform_record.h80 BundleType formBundleType = BundleType::APP;
H A Dform_item_info.h491 BundleType bundleType_ = BundleType::APP;
/foundation/ability/ability_runtime/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp182 CJEnvironment::GetInstance()->LoadCJLibrary(CJEnvironment::GetInstance()->LibraryKind::APP, "dlName"); in HWTEST_F() member in LibraryKind
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h289 BundleType bundleType_ = BundleType::APP;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/
H A Duninstall_bundle_info.cpp105 bundleType = BundleType::APP; in Init()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresprocess_fuzzer/
H A Dbundleresprocess_fuzzer.cpp47 applicationInfo.bundleType = BundleType::APP; in DoSomethingInterestingWithMyAPI()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddistributed_device_profile_enums.h89 APP = 3, member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType::BindLevel
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp197 } 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 Dcommon_profile.h74 constexpr const char *APP = "app"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp174 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 Dcj_environment.cpp400 auto handle = LoadCJLibrary(APP, dlName); in LoadCJLibrary()
423 case APP: in LoadCJLibrary()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp87 if (info.IsPreInstallApp() || (info.GetApplicationBundleType() != BundleType::APP)) { in IsBundleHapPathExist()
H A Dmodule_profile.cpp129 {"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 Ddeviceprofile_connector.h40 constexpr uint32_t APP = 3; variable

Completed in 19 milliseconds

123