Searched defs:ohosAccountInfo (Results 1 – 10 of 10) sorted by relevance
/base/account/os_account/services/accountmgr/test/mock/include/ |
D | mock_account_mgr_service.h | 42 …std::int32_t SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::string &eventSt… in SetOhosAccountInfo() 48 …const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) override in SetOhosAccountInfoByUserId()
|
/base/account/os_account/frameworks/ohosaccount/native/src/ |
D | account_info_parcel.cpp | 26 bool WriteOhosAccountInfo(MessageParcel &data, const OhosAccountInfo &ohosAccountInfo) in WriteOhosAccountInfo() 83 ErrCode ReadOhosAccountInfo(MessageParcel &data, OhosAccountInfo &ohosAccountInfo) in ReadOhosAccountInfo()
|
D | account_proxy.cpp | 82 std::int32_t AccountProxy::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const std::st… in SetOhosAccountInfo() 117 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId() 170 ErrCode AccountProxy::GetOhosAccountInfo(OhosAccountInfo &ohosAccountInfo) in GetOhosAccountInfo() 191 ErrCode AccountProxy::GetOhosAccountInfoByUserId(int32_t userId, OhosAccountInfo &ohosAccountInfo) in GetOhosAccountInfoByUserId()
|
D | ohos_account_kits_impl.cpp | 100 const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfo() 115 const int32_t userId, const OhosAccountInfo& ohosAccountInfo, const std::string& eventStr) in SetOhosAccountInfoByUserId()
|
/base/account/os_account/services/accountmgr/src/ |
D | ohos_account_manager.cpp | 181 OhosAccountInfo ohosAccountInfo; in OhosAccountStateChange() local 189 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in OhosAccountStateChange() 311 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LoginOhosAccount() 380 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoutOhosAccount() 423 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in LogoffOhosAccount() 464 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in HandleOhosAccountTokenInvalidEvent()
|
D | account_mgr_service.cpp | 99 std::int32_t AccountMgrService::SetOhosAccountInfo(const OhosAccountInfo &ohosAccountInfo, const st… in SetOhosAccountInfo() 105 const int32_t userId, const OhosAccountInfo &ohosAccountInfo, const std::string &eventStr) in SetOhosAccountInfoByUserId()
|
D | account_stub.cpp | 218 OhosAccountInfo ohosAccountInfo; in InnerGetOhosAccountInfo() local 280 OhosAccountInfo ohosAccountInfo; in CmdGetOhosAccountInfoByUserId() local
|
/base/account/os_account/interfaces/kits/napi/distributedaccount/include/ |
D | napi_distributed_account.h | 37 AccountSA::OhosAccountInfo ohosAccountInfo; member
|
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/ |
D | account_info.h | 159 explicit AccountInfo(const OhosAccountInfo &ohosAccountInfo) in AccountInfo()
|
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/ |
D | ohos_account_manager_test.cpp | 371 OhosAccountInfo ohosAccountInfo; variable
|