Home
last modified time | relevance | path

Searched refs:IDeviceInfo (Results 1 - 6 of 6) sorted by relevance

/base/startup/init/device_info/
H A Ddevice_info_proxy.h25 class INIT_LOCAL_API DeviceInfoProxy : public IRemoteProxy<IDeviceInfo> {
27 explicit DeviceInfoProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IDeviceInfo>(impl) {} in DeviceInfoProxy()
H A Ddevice_info_kits.h52 sptr<IDeviceInfo> GetService(std::unique_lock<std::mutex> &lock);
56 sptr<IDeviceInfo> deviceInfoService_ {};
H A Ddevice_info_kits.cpp54 deviceInfoService_ = iface_cast<IDeviceInfo>(remoteObject); in LoadDeviceInfoSa()
83 sptr<IDeviceInfo> DeviceInfoKits::GetService(std::unique_lock<std::mutex> &lock) in GetService()
94 deviceInfoService_ = iface_cast<IDeviceInfo>(remoteObject); in FinishStartSASuccess()
H A Didevice_info.h26 class IDeviceInfo : public OHOS::IRemoteBroker { class
28 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.system.IDeviceInfo");
H A Ddevice_info_stub.h27 class DeviceInfoStub : public IRemoteStub<IDeviceInfo> {
H A Ddevice_info_stub.cpp75 std::u16string myDescriptor = IDeviceInfo::GetDescriptor(); in OnRemoteRequest()

Completed in 2 milliseconds