Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp363 EXPECT_EQ(ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR,
365 EXPECT_EQ(ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR,
368 … EXPECT_EQ(ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR, osAccountProxy_->IsOsAccountConstraintEnable(
370 …EXPECT_EQ(ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR, osAccountProxy_->CheckOsAccountConstraintEnabl…
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h178 ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR, enumerator
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_stub.cpp1118 reply.WriteInt32(ERR_OSACCOUNT_KIT_READ_CONSTRAINTS_ERROR); in ProcCheckOsAccountConstraintEnabled()