Inner Interface coverage report (2022-08-23)

Summary Report

接口总数147,已覆盖0,未覆盖147

Summary

SubsystemName TotalCount CoveredCount Coverage
account 147 0 0.0%
Summary 147 0 0.0%

account details:

SubsystemName ClassName InterfaceName IsCovered
account OsAccountSubscribeInfo OsAccountSubscribeInfo() N
account OsAccountSubscribeInfo OsAccountSubscribeInfo(OS_ACCOUNT_SUBSCRIBE_TYPE &, std::string &) N
account OsAccountSubscribeInfo ~OsAccountSubscribeInfo() N
account OsAccountSubscribeInfo ErrCode GetOsAccountSubscribeType(OS_ACCOUNT_SUBSCRIBE_TYPE &) N
account OsAccountSubscribeInfo ErrCode SetOsAccountSubscribeType(const OS_ACCOUNT_SUBSCRIBE_TYPE &) N
account OsAccountSubscribeInfo ErrCode GetName(std::string &) N
account OsAccountSubscribeInfo ErrCode SetName(const std::string &) N
account OsAccountSubscribeInfo bool Marshalling(Parcel &) N
account OsAccountSubscribeInfo OsAccountSubscribeInfo * Unmarshalling(Parcel &) N
account OsAccountSubscriber OsAccountSubscriber() N
account OsAccountSubscriber OsAccountSubscriber(const OsAccountSubscribeInfo &) N
account OsAccountSubscriber ~OsAccountSubscriber() N
account OsAccountSubscriber ErrCode GetSubscribeInfo(OsAccountSubscribeInfo &) N
account OsAccountManager ErrCode CreateOsAccount(const std::string &, const OsAccountType &, OsAccountInfo &) N
account OsAccountManager ErrCode CreateOsAccountForDomain(const OsAccountType &, const DomainAccountInfo &, OsAccountInfo &) N
account OsAccountManager ErrCode RemoveOsAccount(const int) N
account OsAccountManager ErrCode IsOsAccountExists(const int, bool &) N
account OsAccountManager ErrCode IsOsAccountActived(const int, bool &) N
account OsAccountManager ErrCode IsOsAccountConstraintEnable(const int, const std::string &, bool &) N
account OsAccountManager ErrCode IsOsAccountVerified(const int, bool &) N
account OsAccountManager ErrCode GetCreatedOsAccountsCount(unsigned int &) N
account OsAccountManager ErrCode GetOsAccountLocalIdFromProcess(int &) N
account OsAccountManager ErrCode IsMainOsAccount(bool &) N
account OsAccountManager ErrCode GetOsAccountLocalIdFromUid(const int, int &) N
account OsAccountManager ErrCode GetBundleIdFromUid(const int, int &) N
account OsAccountManager ErrCode GetOsAccountLocalIdFromDomain(const DomainAccountInfo &, int &) N
account OsAccountManager ErrCode QueryMaxOsAccountNumber(int &) N
account OsAccountManager ErrCode GetOsAccountAllConstraints(const int, std::vector &) N
account OsAccountManager ErrCode QueryAllCreatedOsAccounts(std::vector &) N
account OsAccountManager ErrCode QueryCurrentOsAccount(OsAccountInfo &) N
account OsAccountManager ErrCode QueryOsAccountById(const int, OsAccountInfo &) N
account OsAccountManager ErrCode GetOsAccountTypeFromProcess(OsAccountType &) N
account OsAccountManager ErrCode GetOsAccountProfilePhoto(const int, std::string &) N
account OsAccountManager ErrCode IsMultiOsAccountEnable(bool &) N
account OsAccountManager ErrCode SetOsAccountName(const int, const std::string &) N
account OsAccountManager ErrCode SetOsAccountConstraints(const int, const std::vector &, const bool) N
account OsAccountManager ErrCode SetOsAccountProfilePhoto(const int, const std::string &) N
account OsAccountManager ErrCode GetDistributedVirtualDeviceId(std::string &) N
account OsAccountManager ErrCode ActivateOsAccount(const int) N
account OsAccountManager ErrCode StartOsAccount(const int) N
account OsAccountManager ErrCode StopOsAccount(const int) N
account OsAccountManager ErrCode GetOsAccountLocalIdBySerialNumber(const int64_t, int &) N
account OsAccountManager ErrCode GetSerialNumberByOsAccountLocalId(const int &, int64_t &) N
account OsAccountManager ErrCode SubscribeOsAccount(const std::shared_ptr &) N
account OsAccountManager ErrCode UnsubscribeOsAccount(const std::shared_ptr &) N
account OsAccountManager OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() N
account OsAccountManager ErrCode IsCurrentOsAccountVerified(bool &) N
account OsAccountManager ErrCode IsOsAccountCompleted(const int, bool &) N
account OsAccountManager ErrCode SetCurrentOsAccountIsVerified(const bool) N
account OsAccountManager ErrCode SetOsAccountIsVerified(const int, const bool) N
account OsAccountManager ErrCode GetCreatedOsAccountNumFromDatabase(const std::string &, int &) N
account OsAccountManager ErrCode GetSerialNumberFromDatabase(const std::string &, int64_t &) N
account OsAccountManager ErrCode GetMaxAllowCreateIdFromDatabase(const std::string &, int &) N
account OsAccountManager ErrCode GetOsAccountFromDatabase(const std::string &, const int, OsAccountInfo &) N
account OsAccountManager ErrCode GetOsAccountListFromDatabase(const std::string &, std::vector &) N
account OsAccountManager ErrCode QueryActiveOsAccountIds(std::vector &) N
account OsAccountManager ErrCode QueryOsAccountConstraintSourceTypes(const int32_t, const std::string, std::vector &) N
account OsAccountManager ErrCode SetGlobalOsAccountConstraints(const std::vector &, const bool, const int32_t, const bool) N
account OsAccountManager ErrCode SetSpecificOsAccountConstraints(const std::vector &, const bool, const int32_t, const int32_t, const bool) N
account DomainAccountInfo DomainAccountInfo() N
account DomainAccountInfo DomainAccountInfo(const std::string &, const std::string &) N
account DomainAccountInfo void Clear() N
account OsAccountInfo OsAccountInfo() N
account OsAccountInfo OsAccountInfo(int, const std::string, OsAccountType, int64_t) N
account OsAccountInfo OsAccountInfo(int, std::string, OsAccountType, std::vector, bool, std::string, int64_t, int64_t, int64_t, bool) N
account OsAccountInfo int GetLocalId() N
account OsAccountInfo void SetLocalId(int) N
account OsAccountInfo std::string GetLocalName() N
account OsAccountInfo void SetLocalName(const std::string) N
account OsAccountInfo OsAccountType GetType() N
account OsAccountInfo void SetType(OsAccountType) N
account OsAccountInfo std::vector GetConstraints() N
account OsAccountInfo void SetConstraints(const std::vector) N
account OsAccountInfo bool GetIsVerified() N
account OsAccountInfo void SetIsVerified(bool) N
account OsAccountInfo std::string GetPhoto() N
account OsAccountInfo void SetPhoto(const std::string) N
account OsAccountInfo int64_t GetCreateTime() N
account OsAccountInfo void SetCreateTime(const int64_t) N
account OsAccountInfo int64_t GetLastLoginTime() N
account OsAccountInfo void SetLastLoginTime(const int64_t) N
account OsAccountInfo Json ToJson() N
account OsAccountInfo void FromJson(const Json &) N
account OsAccountInfo bool Marshalling(Parcel &) N
account OsAccountInfo bool ReadFromParcel(Parcel &) N
account OsAccountInfo std::string ToString() N
account OsAccountInfo std::string GetPrimeKey() N
account OsAccountInfo OsAccountInfo * Unmarshalling(Parcel &) N
account OsAccountInfo int64_t GetSerialNumber() N
account OsAccountInfo void SetSerialNumber(const int64_t) N
account OsAccountInfo bool GetIsActived() N
account OsAccountInfo void SetIsActived(const bool) N
account OsAccountInfo bool GetIsCreateCompleted() N
account OsAccountInfo void SetIsCreateCompleted(const bool) N
account OsAccountInfo bool SetDomainInfo(const DomainAccountInfo &) N
account OsAccountInfo void GetDomainInfo(DomainAccountInfo &) N
account OsAccountInfo bool GetToBeRemoved() N
account OsAccountInfo void SetToBeRemoved(bool) N
account OhosAccountKits OhosAccountKits & GetInstance() N
account DeviceAccountInfo DeviceAccountInfo() N
account DeviceAccountInfo DeviceAccountInfo(const std::int32_t, const DeviceAccountType, const std::string &) N
account DeviceAccountInfo DeviceAccountInfo(const std::int32_t, const DeviceAccountType, const std::string &, const std::string &) N
account DeviceAccountInfo ~DeviceAccountInfo() N
account DeviceAccountInfo bool operator==(const DeviceAccountInfo &) N
account DeviceAccountInfo std::int32_t WriteDataToParcel(MessageParcel &) N
account DeviceAccountInfo void ReadDataFromParcel(MessageParcel &) N
account OhosAccountInfo OhosAccountInfo(const std::string &, const std::string &, std::int32_t) N
account OhosAccountInfo OhosAccountInfo() N
account OhosAccountInfo ~OhosAccountInfo() N
account AccountInfo AccountInfo() N
account AccountInfo AccountInfo(const std::string &, const std::string &, const std::int32_t &) N
account AccountInfo bool operator==(const AccountInfo &) N
account AccountInfo void clear(std::int32_t) N
account AccountInfo ~AccountInfo() N
account AppAccountManager ErrCode AddAccount(const std::string &, const std::string &) N
account AppAccountManager ErrCode AddAccountImplicitly(const std::string &, const std::string &, const AAFwk::Want &, const sptr &) N
account AppAccountManager ErrCode DeleteAccount(const std::string &) N
account AppAccountManager ErrCode GetAccountExtraInfo(const std::string &, std::string &) N
account AppAccountManager ErrCode SetAccountExtraInfo(const std::string &, const std::string &) N
account AppAccountManager ErrCode EnableAppAccess(const std::string &, const std::string &) N
account AppAccountManager ErrCode DisableAppAccess(const std::string &, const std::string &) N
account AppAccountManager ErrCode CheckAppAccountSyncEnable(const std::string &, bool &) N
account AppAccountManager ErrCode SetAppAccountSyncEnable(const std::string &, const bool &) N
account AppAccountManager ErrCode GetAssociatedData(const std::string &, const std::string &, std::string &) N
account AppAccountManager ErrCode SetAssociatedData(const std::string &, const std::string &, const std::string &) N
account AppAccountManager ErrCode GetAccountCredential(const std::string &, const std::string &, std::string &) N
account AppAccountManager ErrCode SetAccountCredential(const std::string &, const std::string &, const std::string &) N
account AppAccountManager ErrCode Authenticate(const std::string &, const std::string &, const std::string &, const AAFwk::Want &, const sptr &) N
account AppAccountManager ErrCode GetOAuthToken(const std::string &, const std::string &, const std::string &, std::string &) N
account AppAccountManager ErrCode SetOAuthToken(const std::string &, const std::string &, const std::string &) N
account AppAccountManager ErrCode DeleteOAuthToken(const std::string &, const std::string &, const std::string &, const std::string &) N
account AppAccountManager ErrCode SetOAuthTokenVisibility(const std::string &, const std::string &, const std::string &, bool) N
account AppAccountManager ErrCode CheckOAuthTokenVisibility(const std::string &, const std::string &, const std::string &, bool &) N
account AppAccountManager ErrCode GetAuthenticatorInfo(const std::string &, AuthenticatorInfo &) N
account AppAccountManager ErrCode GetAllOAuthTokens(const std::string &, const std::string &, std::vector &) N
account AppAccountManager ErrCode GetOAuthList(const std::string &, const std::string &, std::set &) N
account AppAccountManager ErrCode GetAuthenticatorCallback(const std::string &, sptr &) N
account AppAccountManager ErrCode GetAllAccounts(const std::string &, std::vector &) N
account AppAccountManager ErrCode GetAllAccessibleAccounts(std::vector &) N
account AppAccountManager ErrCode CheckAppAccess(const std::string &, const std::string &, bool &) N
account AppAccountManager ErrCode DeleteAccountCredential(const std::string &, const std::string &) N
account AppAccountManager ErrCode SelectAccountsByOptions(const SelectAccountsOptions &, const sptr &) N
account AppAccountManager ErrCode VerifyCredential(const std::string &, const std::string &, const VerifyCredentialOptions &, const sptr &) N
account AppAccountManager ErrCode CheckAccountLabels(const std::string &, const std::string &, const std::vector &, const sptr &) N
account AppAccountManager ErrCode SetAuthenticatorProperties(const std::string &, const SetPropertiesOptions &, const sptr &) N
account AppAccountManager ErrCode SubscribeAppAccount(const std::shared_ptr &) N
account AppAccountManager ErrCode UnsubscribeAppAccount(const std::shared_ptr &) N
TotalCount: 147, CoveredCount:0, Coverage: 0.0%