Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_stub.h56 bool ReadOptionalString(MessageParcel &data, std::optional<std::string> &str);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp800 if (!ReadOptionalString(data, remoteAuthParam->verifierNetworkId)) { in ReadRemoteAuthParam()
805 if (!ReadOptionalString(data, remoteAuthParam->collectorNetworkId)) { in ReadRemoteAuthParam()
818 bool UserAuthStub::ReadOptionalString(MessageParcel &data, std::optional<std::string> &str) in ReadOptionalString() function in OHOS::UserIam::UserAuth::UserAuthStub