Searched refs:osAccountSubscribeType (Results 1 – 7 of 7) sorted by relevance
24 …countSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, in OsAccountSubscribeInfo() argument25 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() argument38 osAccountSubscribeType_ = osAccountSubscribeType; in SetOsAccountSubscribeType()
166 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in Publish() local167 (*it)->subscribeInfoPtr_->GetOsAccountSubscribeType(osAccountSubscribeType); in Publish()168 if (osAccountSubscribeType == subscribeType) { in Publish()201 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in Publish() local202 (*it)->subscribeInfoPtr_->GetOsAccountSubscribeType(osAccountSubscribeType); in Publish()203 if (osAccountSubscribeType == subscribeType) { in Publish()
719 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in SubscribeOsAccount() local720 subscribeInfo.GetOsAccountSubscribeType(osAccountSubscribeType); in SubscribeOsAccount()721 if (osAccountSubscribeType == SWITCHED || osAccountSubscribeType == SWITCHING) { in SubscribeOsAccount()754 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in UnsubscribeOsAccount() local755 osSubscribeInfo->GetOsAccountSubscribeType(osAccountSubscribeType); in UnsubscribeOsAccount()756 if (osAccountSubscribeType == SWITCHED || osAccountSubscribeType == SWITCHING) { in UnsubscribeOsAccount()
39 …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);
57 …countSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, in OsAccountSubscribeInfo() argument58 const std::string &name) : osAccountSubscribeType_(osAccountSubscribeType), name_(name) in OsAccountSubscribeInfo()60 (void)osAccountSubscribeType; in OsAccountSubscribeInfo()
62 const OS_ACCOUNT_SUBSCRIBE_TYPE& osAccountSubscribeType, const std::string& name) in OsAccountSubscribeInfo() argument63 : osAccountSubscribeType_(osAccountSubscribeType), name_(name) in OsAccountSubscribeInfo()65 (void)osAccountSubscribeType; in OsAccountSubscribeInfo()
573 OS_ACCOUNT_SUBSCRIBE_TYPE osAccountSubscribeType; in SubscribeOsAccount() local574 subscribeInfo.GetOsAccountSubscribeType(osAccountSubscribeType); in SubscribeOsAccount()