Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_stub.h57 bool ReadOptionalUint32(MessageParcel &data, std::optional<uint32_t> &val);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_stub.cpp810 if (!ReadOptionalUint32(data, remoteAuthParam->collectorTokenId)) { in ReadRemoteAuthParam()
838 bool UserAuthStub::ReadOptionalUint32(MessageParcel &data, std::optional<uint32_t> &val) in ReadOptionalUint32() function in OHOS::UserIam::UserAuth::UserAuthStub