Lines Matching refs:DeviceInfoService
41 REGISTER_SYSTEM_ABILITY_BY_ID(DeviceInfoService, SYSPARAM_DEVICE_SERVICE_ID, true)
63 DINFO_LOGI("DeviceInfoService::UnloadDeviceInfoSa");
131 int32_t DeviceInfoService::GetUdid(std::string& result)
135 int32_t DeviceInfoService::GetSerialID(std::string& result)
140 void DeviceInfoService::OnStart(void)
144 DINFO_LOGI("DeviceInfoService OnStart");
147 DINFO_LOGE("DeviceInfoService Publish failed");
154 void DeviceInfoService::OnStop(void)
157 DINFO_LOGI("DeviceInfoService OnStop");
160 int DeviceInfoService::Dump(int fd, const std::vector<std::u16string>& args)
163 DINFO_LOGI("DeviceInfoService Dump");
168 void DeviceInfoService::ThreadForUnloadSa(void)