Searched refs:IsRdDevice (Results 1 – 11 of 11) sorted by relevance
30 fn IsRdDevice() -> bool; in IsRdDevice() function37 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()
22 fn IsRdDevice() -> bool; in IsRdDevice() function403 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()
86 fn IsRdDevice() -> bool; in IsRdDevice() function344 let check_udid = unsafe { !IsRdDevice() }; in process_profile()
47 EXPECT_EQ(IsRdDevice(), true);
43 bool IsRdDevice();
95 bool IsRdDevice() in IsRdDevice() function
42 bool IsRdDevice();
42 virtual bool IsRdDevice() in IsRdDevice() function
118 bool BmsExtensionDataMgr::IsRdDevice() in IsRdDevice() function in OHOS::AppExecFwk::BmsExtensionDataMgr130 return bundleMgrExtPtr->IsRdDevice(); in IsRdDevice()
711 bool IsRdDevice() const;
3547 provisionInfo.type == Security::Verify::ProvisionType::RELEASE && !IsRdDevice()) { in CheckShellInstall()5866 bool BaseBundleInstaller::IsRdDevice() const in IsRdDevice() function in OHOS::AppExecFwk::BaseBundleInstaller5869 bool res = bmsExtensionDataMgr.IsRdDevice(); in IsRdDevice()