| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
refactor: decouple domain_account_common.h from want.h Change GetAccessTokenOptions::getTokenParams_ from AAFwk::WantParams to std::string (serialized as Want::ToString() format), following the same pattern used for scalableData_ in account_info.h. This removes the transitive dependency on ability_base:want from os_account_innerkits, which compiles domain_account_common.cpp without that dep in scope. Changes: - domain_account_common.h: remove #include "want.h", change member type and constructor signature to use std::string - domain_account_common.cpp: update Marshalling/ReadFromParcel to use WriteString/ReadString instead of WriteParcelable/ReadParcelable - inner_domain_account_manager.cpp: serialize WantParams to Want::ToString() at construction; simplify SetPluginGetDomainAccessTokenOptions to use the pre-serialized string directly - napi_domain_account_manager.cpp: deserialize string back to WantParams via Want::FromString before calling WrapWantParams - ohos.account.osAccount_domainPlugin.impl.cpp: same deserialization pattern - domain_account_common_test.cpp: update constructor call to use string Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Yeyuning <yeyuning2@h-partners.com> Co-Authored-By: Agent | 3 个月前 | |
内源检视问题处理 Signed-off-by: lichenchen <lichenchen15@huawei.com> | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 4 年前 |