Searched refs:CreateLocationRequestConfig (Results 1 – 11 of 11) sorted by relevance
46 …::shared_ptr<NWeb::LocationRequestConfig> ArkLocationInstanceWrapper::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::ArkWeb::ArkLocationInstanceWrapper48 ArkWebRefPtr<ArkLocationRequestConfig> ref = ctocpp_->CreateLocationRequestConfig(); in CreateLocationRequestConfig()
31 std::shared_ptr<NWeb::LocationRequestConfig> CreateLocationRequestConfig();
43 ArkWebRefPtr<ArkLocationRequestConfig> ArkLocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::ArkWeb::ArkLocationInstanceImpl45 std::shared_ptr<OHOS::NWeb::LocationRequestConfig> config = real_.CreateLocationRequestConfig(); in CreateLocationRequestConfig()
31 ArkWebRefPtr<ArkLocationRequestConfig> CreateLocationRequestConfig() override;
33 std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() override;47 std::shared_ptr<LocationRequestConfig> LocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::NWeb::LocationInstanceImpl
31 std::shared_ptr<LocationRequestConfig> LocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::NWeb::LocationInstanceImpl
34 std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() override;
33 auto locationRequestConfig = locationInstance.CreateLocationRequestConfig(); in CreateLocationProxyAdapterFuzzTest()
118 virtual ArkWebRefPtr<ArkLocationRequestConfig> CreateLocationRequestConfig() = 0;
122 virtual std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() = 0;
78 LocationInstance::GetInstance().CreateLocationRequestConfig();