Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_common.cpp198 …GetDomainAccountInfoOptions *getAccountInfoOptions = new (std::nothrow) GetDomainAccountInfoOption… in Unmarshalling() local
199 if (getAccountInfoOptions == nullptr) { in Unmarshalling()
203 if (!getAccountInfoOptions->ReadFromParcel(parcel)) { in Unmarshalling()
205 delete getAccountInfoOptions; in Unmarshalling()
206 getAccountInfoOptions = nullptr; in Unmarshalling()
209 return getAccountInfoOptions; in Unmarshalling()