mirror of
https://github.com/openharmony/accessibility.git
synced 2026-08-24 22:11:28 -04:00
账号接口更改适配
Signed-off-by: y1585740638 <yulei99@huawei.com> Change-Id: I0417f4b222e6912ca7693485b7e9642779b8bb85
This commit is contained in:
@@ -50,8 +50,8 @@ OsAccountSubscribeInfo::OsAccountSubscribeInfo()
|
||||
: osAccountSubscribeType_(ACTIVATING), name_("")
|
||||
{}
|
||||
|
||||
OsAccountSubscribeInfo::OsAccountSubscribeInfo(OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, std::string &name)
|
||||
: osAccountSubscribeType_(osAccountSubscribeType), name_(name)
|
||||
OsAccountSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType,
|
||||
const std::string &name) : osAccountSubscribeType_(osAccountSubscribeType), name_(name)
|
||||
{}
|
||||
|
||||
OsAccountSubscribeInfo::~OsAccountSubscribeInfo()
|
||||
|
||||
@@ -50,8 +50,8 @@ OsAccountSubscribeInfo::OsAccountSubscribeInfo()
|
||||
: osAccountSubscribeType_(ACTIVATING), name_("")
|
||||
{}
|
||||
|
||||
OsAccountSubscribeInfo::OsAccountSubscribeInfo(OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType, std::string &name)
|
||||
: osAccountSubscribeType_(osAccountSubscribeType), name_(name)
|
||||
OsAccountSubscribeInfo::OsAccountSubscribeInfo(const OS_ACCOUNT_SUBSCRIBE_TYPE &osAccountSubscribeType,
|
||||
const std::string &name) : osAccountSubscribeType_(osAccountSubscribeType), name_(name)
|
||||
{}
|
||||
|
||||
OsAccountSubscribeInfo::~OsAccountSubscribeInfo()
|
||||
|
||||
Reference in New Issue
Block a user