Home
last modified time | relevance | path

Searched refs:OS_ACCOUNT_ERR_INVALID_PARAMETER (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/interfaces/kits/capi/osaccount/src/
H A Dos_account.cpp28 return OsAccount_ErrCode::OS_ACCOUNT_ERR_INVALID_PARAMETER; in OH_OsAccount_GetName()
40 return OsAccount_ErrCode::OS_ACCOUNT_ERR_INVALID_PARAMETER; in OH_OsAccount_GetName()
/base/account/os_account/interfaces/kits/capi/test/unittest/osaccount/
H A Dos_account_ndk_test.cpp68 EXPECT_EQ(OH_OsAccount_GetName(nullptr, MAX_NAME_LENGTH), OsAccount_ErrCode::OS_ACCOUNT_ERR_INVALID_PARAMETER); in HWTEST_F() member in OHOS::AccountSA::OsAccount_ErrCode
69 EXPECT_EQ(OH_OsAccount_GetName(str, 0), OsAccount_ErrCode::OS_ACCOUNT_ERR_INVALID_PARAMETER); in HWTEST_F() member in OHOS::AccountSA::OsAccount_ErrCode
/base/account/os_account/interfaces/kits/capi/osaccount/include/
H A Dos_account_common.h52 OS_ACCOUNT_ERR_INVALID_PARAMETER = 12300002 enumerator

Completed in 2 milliseconds