Home
last modified time | relevance | path

Searched refs:IsRdDevice (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_utils.rs30 fn IsRdDevice() -> bool; in IsRdDevice() function
37 if env!("support_openharmony_ca") == "on" || unsafe { IsRdDevice() } { in get_trusted_certs()
43 if env!("code_signature_debuggable") == "on" || unsafe { IsRdDevice() } { in get_trusted_certs()
56 if env!("code_signature_debuggable") == "on" || unsafe { IsRdDevice() } { in get_cert_path()
H A Dcert_path_utils.rs22 fn IsRdDevice() -> bool; in IsRdDevice() function
403 if env!("support_openharmony_ca") == "on" || unsafe { IsRdDevice() } { in convert_cert_type()
409 if env!("support_openharmony_ca") == "on" || unsafe { IsRdDevice() } { in convert_cert_type()
H A Dprofile_utils.rs86 fn IsRdDevice() -> bool; in IsRdDevice() function
344 let check_udid = unsafe { !IsRdDevice() }; in process_profile()
/ohos5.0/base/security/code_signature/test/unittest/
H A Dkey_enable_utils_test.cpp47 EXPECT_EQ(IsRdDevice(), true);
/ohos5.0/base/security/code_signature/services/key_enable/utils/include/
H A Dkey_utils.h43 bool IsRdDevice();
/ohos5.0/base/security/code_signature/services/key_enable/utils/src/
H A Ddevices_security.cpp95 bool IsRdDevice() in IsRdDevice() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h42 bool IsRdDevice();
H A Dbundle_mgr_ext.h42 virtual bool IsRdDevice() in IsRdDevice() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp118 bool BmsExtensionDataMgr::IsRdDevice() in IsRdDevice() function in OHOS::AppExecFwk::BmsExtensionDataMgr
130 return bundleMgrExtPtr->IsRdDevice(); in IsRdDevice()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h711 bool IsRdDevice() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3547 provisionInfo.type == Security::Verify::ProvisionType::RELEASE && !IsRdDevice()) { in CheckShellInstall()
5866 bool BaseBundleInstaller::IsRdDevice() const in IsRdDevice() function in OHOS::AppExecFwk::BaseBundleInstaller
5869 bool res = bmsExtensionDataMgr.IsRdDevice(); in IsRdDevice()