Home
last modified time | relevance | path

Searched defs:ohosAccountInfo (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/services/accountmgr/test/mock/include/
Dmock_account_mgr_service.h42 …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/
Daccount_info_parcel.cpp26 bool WriteOhosAccountInfo(MessageParcel &data, const OhosAccountInfo &ohosAccountInfo) in WriteOhosAccountInfo()
83 ErrCode ReadOhosAccountInfo(MessageParcel &data, OhosAccountInfo &ohosAccountInfo) in ReadOhosAccountInfo()
Daccount_proxy.cpp82 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()
Dohos_account_kits_impl.cpp100 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/
Dohos_account_manager.cpp181 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()
Daccount_mgr_service.cpp99 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()
Daccount_stub.cpp218 OhosAccountInfo ohosAccountInfo; in InnerGetOhosAccountInfo() local
280 OhosAccountInfo ohosAccountInfo; in CmdGetOhosAccountInfoByUserId() local
/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
Dnapi_distributed_account.h37 AccountSA::OhosAccountInfo ohosAccountInfo; member
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
Daccount_info.h159 explicit AccountInfo(const OhosAccountInfo &ohosAccountInfo) in AccountInfo()
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
Dohos_account_manager_test.cpp371 OhosAccountInfo ohosAccountInfo; variable