Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/cj/osaccount/src/
H A Dosaccount_manager_impl.cpp25 bool OsAccountManagerImpl::IsOsAccountConstraintEnabled(char *constraint, int32_t *errCode) in IsOsAccountConstraintEnabled()
45 int32_t OsAccountManagerImpl::GetOsAccountType(int32_t *errCode) in GetOsAccountType()
52 bool OsAccountManagerImpl::CheckMultiOsAccountEnabled(int32_t *errCode) in CheckMultiOsAccountEnabled()
59 int32_t OsAccountManagerImpl::GetOsAccountLocalId(int32_t *errCode) in GetOsAccountLocalId()
66 int32_t OsAccountManagerImpl::GetActivatedOsAccountLocalIds(std::vector<int32_t> &osAccountIds) in GetActivatedOsAccountLocalIds()
71 uint32_t OsAccountManagerImpl::GetOsAccountCount(int32_t *errCode) in GetOsAccountCount()
78 char *OsAccountManagerImpl::QueryDistributedVirtualDeviceId(int32_t *errCode) in QueryDistributedVirtualDeviceId()
85 int64_t OsAccountManagerImpl::GetSerialNumberForOsAccountLocalId(uint32_t localId, int32_t *errCode) in GetSerialNumberForOsAccountLocalId()
92 int32_t OsAccountManagerImpl::GetOsAccountLocalIdForSerialNumber(int64_t serialNumber, int32_t *errCode) in GetOsAccountLocalIdForSerialNumber()
99 int32_t OsAccountManagerImpl
[all...]
H A Dcj_osaccount_ffi.cpp41 bool ret = OsAccountManagerImpl::IsOsAccountConstraintEnabled(constraint, errCode); in FfiOHOSOsAccountIsOsAccountConstraintEnabled()
49 int32_t ret = OsAccountManagerImpl::GetOsAccountType(errCode); in FfiOHOSOsAccountGetOsAccountType()
63 bool ret = OsAccountManagerImpl::CheckMultiOsAccountEnabled(errCode); in FfiOHOSOsAccountCheckMultiOsAccountEnabled()
71 int32_t ret = OsAccountManagerImpl::GetOsAccountLocalId(errCode); in FfiOHOSOsAccountGetOsAccountLocalId()
80 int32_t code = OsAccountManagerImpl::GetActivatedOsAccountLocalIds(osAccountIds); in FfiOHOSOsAccountGetActivatedOsAccountLocalIds()
106 int32_t ret = OsAccountManagerImpl::GetOsAccountCount(errCode); in FfiOHOSOsAccountGetOsAccountCount()
114 char *ret = OsAccountManagerImpl::QueryDistributedVirtualDeviceId(errCode); in FfiOHOSOsAccountQueryDistributedVirtualDeviceId()
122 int32_t ret = OsAccountManagerImpl::GetSerialNumberForOsAccountLocalId(localId, errCode); in FfiOHOSOsAccountGetSerialNumberForOsAccountLocalId()
130 int32_t ret = OsAccountManagerImpl::GetOsAccountLocalIdForSerialNumber(serialNumber, errCode); in FfiOHOSOsAccountGetOsAccountLocalIdForSerialNumber()
138 int32_t ret = OsAccountManagerImpl in FfiOHOSOsAccountGetOsAccountLocalIdForDomain()
[all...]
/base/account/os_account/interfaces/kits/cj/osaccount/include/
H A Dosaccount_manager_impl.h22 class OsAccountManagerImpl { class

Completed in 2 milliseconds