Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_callback_proxy.h40 class GetExecutorPropertyCallbackProxy : public IRemoteProxy<GetExecutorPropertyCallbackInterface>,…
42 explicit GetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in GetExecutorPropertyCallbackProxy() function
46 ~GetExecutorPropertyCallbackProxy() override = default;
50 static inline BrokerDelegator<GetExecutorPropertyCallbackProxy> delegator_;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_proxy.cpp103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes… in OnGetExecutorPropertyResult()
110 if (!data.WriteInterfaceToken(GetExecutorPropertyCallbackProxy::GetDescriptor())) { in OnGetExecutorPropertyResult()
130 bool GetExecutorPropertyCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParce… in SendRequest()
H A Duser_auth_stub.cpp186 …GetExecutorPropertyCallbackInterface> callback = iface_cast<GetExecutorPropertyCallbackProxy>(obj); in GetPropertyStub()
231 …GetExecutorPropertyCallbackInterface> callback = iface_cast<GetExecutorPropertyCallbackProxy>(obj); in GetPropertyByIdStub()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_proxy_test.cpp98 auto proxy = Common::MakeShared<GetExecutorPropertyCallbackProxy>(obj);