Home
last modified time | relevance | path

Searched refs:SetFirstUseMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dfirst_use_dialog_test.cpp373 EXPECT_EQ(diag.SetFirstUseMap(nullptr), false);
376 EXPECT_EQ(diag.SetFirstUseMap(entity), false);
382 EXPECT_EQ(diag.SetFirstUseMap(entity), true);
387 EXPECT_EQ(diag.SetFirstUseMap(entity), true);
391 EXPECT_EQ(diag.SetFirstUseMap(entity), true);
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dfirst_use_dialog.h61 bool SetFirstUseMap(std::shared_ptr<SecCompEntity> entity);
H A Dfirst_use_dialog.cpp64 if (!grantRes && !FirstUseDialog::GetInstance().SetFirstUseMap(sc_)) { in OnDialogClosed()
336 bool FirstUseDialog::SetFirstUseMap(std::shared_ptr<SecCompEntity> entity) in SetFirstUseMap() function in OHOS::Security::SecurityComponent::FirstUseDialog