Home
last modified time | relevance | path

Searched refs:osAccountSubscribeType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_subscribe_info.cpp24 …countSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, in OsAccountSubscribeInfo() argument
25 const std::string &name) : osAccountSubscribeType_(osAccountSubscribeType), name_(name) in OsAccountSubscribeInfo()
31 …ntSubscribeInfo::GetOsAccountSubscribeType(OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType) const in GetOsAccountSubscribeType()
33 osAccountSubscribeType = osAccountSubscribeType_; in GetOsAccountSubscribeType()
36 …ntSubscribeInfo::SetOsAccountSubscribeType(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType) in SetOsAccountSubscribeType() argument
38 osAccountSubscribeType_ = osAccountSubscribeType; in SetOsAccountSubscribeType()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp166 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in Publish() local
167 (*it)->subscribeInfoPtr_->GetOsAccountSubscribeType(osAccountSubscribeType); in Publish()
168 if (osAccountSubscribeType == subscribeType) { in Publish()
201 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in Publish() local
202 (*it)->subscribeInfoPtr_->GetOsAccountSubscribeType(osAccountSubscribeType); in Publish()
203 if (osAccountSubscribeType == subscribeType) { in Publish()
H A Dos_account_manager_service.cpp719 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in SubscribeOsAccount() local
720 subscribeInfo.GetOsAccountSubscribeType(osAccountSubscribeType); in SubscribeOsAccount()
721 if (osAccountSubscribeType == SWITCHED || osAccountSubscribeType == SWITCHING) { in SubscribeOsAccount()
754 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in UnsubscribeOsAccount() local
755 osSubscribeInfo->GetOsAccountSubscribeType(osAccountSubscribeType); in UnsubscribeOsAccount()
756 if (osAccountSubscribeType == SWITCHED || osAccountSubscribeType == SWITCHING) { in UnsubscribeOsAccount()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_subscribe_info.h39 …explicit OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, const std…
42 void GetOsAccountSubscribeType(OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType) const;
43 void SetOsAccountSubscribeType(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType);
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_os_account_manager.cpp57 …countSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, in OsAccountSubscribeInfo() argument
58 const std::string &name) : osAccountSubscribeType_(osAccountSubscribeType), name_(name) in OsAccountSubscribeInfo()
60 (void)osAccountSubscribeType; in OsAccountSubscribeInfo()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_os_account_manager.cpp62 const OS_ACCOUNT_SUBSCRIBE_TYPE& osAccountSubscribeType, const std::string& name) in OsAccountSubscribeInfo() argument
63 : osAccountSubscribeType_(osAccountSubscribeType), name_(name) in OsAccountSubscribeInfo()
65 (void)osAccountSubscribeType; in OsAccountSubscribeInfo()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp573 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in SubscribeOsAccount() local
574 subscribeInfo.GetOsAccountSubscribeType(osAccountSubscribeType); in SubscribeOsAccount()