Home
last modified time | relevance | path

Searched refs:GetValid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_info_helper_test.cpp93 ASSERT_TRUE(comp->GetValid());
124 ASSERT_TRUE(comp->GetValid());
234 ASSERT_TRUE(comp->GetValid());
246 ASSERT_FALSE(comp->GetValid());
261 ASSERT_TRUE(comp->GetValid());
290 ASSERT_TRUE(comp->GetValid());
315 ASSERT_TRUE(comp->GetValid());
340 ASSERT_TRUE(comp->GetValid());
364 ASSERT_TRUE(comp->GetValid());
386 ASSERT_TRUE(comp->GetValid());
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h105 bool GetValid() const in GetValid() function
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h96 bool GetValid() in GetValid() function
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.cpp449 if ((reportComponentInfo == nullptr) || (!reportComponentInfo->GetValid())) { in CheckClickSecurityComponentInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp785 if (!packInfo.GetValid()) { in ParseBundleInfo()
804 if (!bundlePackInfo.GetValid()) { in SetEntryInstallationFree()