Searched refs:GetDeviceInfoProductModel (Results 1 – 10 of 10) sorted by relevance
101 std::string SystemPropertiesAdapterImpl::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::NWeb::SystemPropertiesAdapterImpl220 if (GetDeviceInfoProductModel() == "emulator") { in GetOOPGPUEnable()335 if (GetDeviceInfoProductModel() == "emulator") { in GetOOPGPUStatus()
31 ArkWebString ArkSystemPropertiesAdapterImpl::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterImpl33 std::string str = real_.GetDeviceInfoProductModel(); in GetDeviceInfoProductModel()
31 ArkWebString GetDeviceInfoProductModel() override;
32 std::string ArkSystemPropertiesAdapterWrapper::GetDeviceInfoProductModel() in GetDeviceInfoProductModel() function in OHOS::ArkWeb::ArkSystemPropertiesAdapterWrapper37 ArkWebString str = ctocpp_->GetDeviceInfoProductModel(); in GetDeviceInfoProductModel()
32 std::string GetDeviceInfoProductModel() override;
35 …string productModel = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel(); in SystemPropertiesAdapterFuzzTest()
34 virtual ArkWebString GetDeviceInfoProductModel() = 0;
51 virtual std::string GetDeviceInfoProductModel() = 0;
35 std::string GetDeviceInfoProductModel() override;
79 std::string model = SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel();