Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_interface.h42 static ErrCode SendToStorageAccountCreate(OsAccountInfo &osAccountInfo);
H A Dos_account_interface.cpp99 ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountInfo) in SendToStorageAccountCreate() function in OHOS::AccountSA::OsAccountInterface
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_interface.h50 static ErrCode SendToStorageAccountCreate(OsAccountInfo &osAccountInfo);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp319 ErrCode OsAccountInterface::SendToStorageAccountCreate(OsAccountInfo &osAccountInfo) in SendToStorageAccountCreate() function in OHOS::AccountSA::OsAccountInterface
H A Dinner_os_account_manager.cpp415 ErrCode errCode = OsAccountInterface::SendToStorageAccountCreate(osAccountInfo); in RetryToGetAccount()