Home
last modified time | relevance | path

Searched refs:DslmCallbackProxy (Results 1 - 3 of 3) sorted by relevance

/base/security/device_security_level/services/sa/standard/
H A Ddslm_callback_proxy.h34 class DslmCallbackProxy : public IRemoteProxy<IDeviceSecurityLevelCallback>, public NoCopyable { class
36 explicit DslmCallbackProxy(const sptr<IRemoteObject> &impl);
37 ~DslmCallbackProxy() override = default;
49 static inline BrokerDelegator<DslmCallbackProxy> delegator_;
H A Ddslm_callback_proxy.cpp29 DslmCallbackProxy::DslmCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDeviceSecurityLevelCallback>(impl) in DslmCallbackProxy() function in OHOS::Security::DeviceSecurityLevel::DslmCallbackProxy
33 int32_t DslmCallbackProxy::ResponseDeviceSecurityLevel(uint32_t cookie, const ResponseInfo &response) in ResponseDeviceSecurityLevel()
H A Ddslm_ipc_process.cpp54 auto proxy = iface_cast<DslmCallbackProxy>(object); in ProcessCallback()
59 DslmCallbackProxy::ResponseInfo resInfo = {result, info->level, info->extraBuff, info->extraLen}; in ProcessCallback()

Completed in 1 milliseconds