Searched refs:AddOrUpdateCredential (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_mgr_stub.h | 61 ErrCode AddOrUpdateCredential(MessageParcel &data, MessageParcel &reply, bool isAdd = true);
|
/ohos5.0/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_mgr_proxy.cpp | 103 void AccountIAMMgrProxy::AddOrUpdateCredential( in AddOrUpdateCredential() function in OHOS::AccountSA::AccountIAMMgrProxy 152 AddOrUpdateCredential(userId, credInfo, callback, true); in AddCredential() 158 AddOrUpdateCredential(userId, credInfo, callback, false); in UpdateCredential()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/ |
H A D | account_iam_mgr_proxy.h | 59 void AddOrUpdateCredential(int32_t userId, const CredentialParameters &credInfo,
|
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_mgr_proxy_test.cpp | 94 accountIAMMgrProxy->AddOrUpdateCredential(TEST_USER_ID, credInfo, nullptr, true);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_mgr_stub.cpp | 263 ErrCode AccountIAMMgrStub::AddOrUpdateCredential(MessageParcel &data, MessageParcel &reply, bool is… in AddOrUpdateCredential() function in OHOS::AccountSA::AccountIAMMgrStub 301 return AddOrUpdateCredential(data, reply); in ProcAddCredential() 306 return AddOrUpdateCredential(data, reply, false); in ProcUpdateCredential()
|