Searched refs:GetSystemPropertiesInstance (Results 1 – 10 of 10) sorted by relevance
221 NWeb::SystemPropertiesAdapter& ArkOhosAdapterHelperWrapper::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper223 static ArkSystemPropertiesAdapterWrapper instance(ctocpp_->GetSystemPropertiesInstance()); in GetSystemPropertiesInstance()
57 NWeb::SystemPropertiesAdapter& GetSystemPropertiesInstance() override;
96 virtual SystemPropertiesAdapter& GetSystemPropertiesInstance() = 0;
57 ArkWebRefPtr<ArkSystemPropertiesAdapter> GetSystemPropertiesInstance() override;
185 ArkWebRefPtr<ArkSystemPropertiesAdapter> ArkOhosAdapterHelperImpl::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl187 static NWeb::SystemPropertiesAdapter& instance = real_.GetSystemPropertiesInstance(); in GetSystemPropertiesInstance()
110 virtual ArkWebRefPtr<ArkSystemPropertiesAdapter> GetSystemPropertiesInstance() = 0;
60 SystemPropertiesAdapter& GetSystemPropertiesInstance() override;
176 SystemPropertiesAdapter& OhosAdapterHelperImpl::GetSystemPropertiesInstance() in GetSystemPropertiesInstance() function in OHOS::NWeb::OhosAdapterHelperImpl
198 helper.GetSystemPropertiesInstance();
507 auto& systemPropertiesAdapter = OhosAdapterHelper::GetInstance().GetSystemPropertiesInstance(); in GetRawFileMapper()