Searched refs:GetDeviceSerial (Results 1 – 10 of 10) sorted by relevance
48 jsonData[DEVICE_SN] = GetDeviceSerial(); in ConvertToProfileData()68 std::string DeviceInfoCollector::GetDeviceSerial() in GetDeviceSerial() function in OHOS::DeviceProfile::DeviceInfoCollector
25 DECLARE_NAPI_FUNCTION("getDeviceSerial", GetDeviceSerial), in Init()34 napi_value DeviceInfoAddon::GetDeviceSerial(napi_env env, napi_callback_info info) in GetDeviceSerial() function in DeviceInfoAddon137 … deviceInfoProxy->GetDeviceSerial(asyncCallbackInfo->elementName, asyncCallbackInfo->stringRet); in NativeGetDeviceInfo()
80 int32_t ret = deviceInfoProxy->GetDeviceSerial(admin, info);96 int32_t ret = deviceInfoProxy->GetDeviceSerial(admin, info);
52 return GetDeviceSerial(reply); in OnGetPolicy()83 ErrCode GetDeviceInfoPlugin::GetDeviceSerial(MessageParcel &reply) in GetDeviceSerial() function in OHOS::EDM::GetDeviceInfoPlugin
33 std::string GetDeviceSerial();
33 ErrCode GetDeviceSerial(MessageParcel &reply);
27 int32_t GetDeviceSerial(AppExecFwk::ElementName &admin, std::string &info);
42 static napi_value GetDeviceSerial(napi_env env, napi_callback_info info);
44 int32_t DeviceInfoProxy::GetDeviceSerial(AppExecFwk::ElementName &admin, std::string &info) in GetDeviceSerial() function in OHOS::EDM::DeviceInfoProxy
133 auto result = devInfo.GetDeviceSerial();