Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_plugin.cpp64 bool isCorrect = true; in AuthCommonInterface() local
68 isCorrect = false; in AuthCommonInterface()
73 isCorrect = false; in AuthCommonInterface()
76 isCorrect = true; in AuthCommonInterface()
78 if (isCorrect) { in AuthCommonInterface()
93 callback->OnResult(!isCorrect, resultParcel); in AuthCommonInterface()