Searched refs:GetBrowserProxy (Results 1 – 6 of 6) sorted by relevance
69 …asyncCallbackInfo->ret = BrowserProxy::GetBrowserProxy()->SetPolicies(asyncCallbackInfo->elementNa… in NativeSetPolicies()106 …asyncCallbackInfo->ret = BrowserProxy::GetBrowserProxy()->GetPolicies(asyncCallbackInfo->elementNa… in NativeGetPolicies()128 int32_t retCode = BrowserProxy::GetBrowserProxy()->SetPolicy(asyncCallbackInfo->elementName, in SetPolicy()151 int32_t retCode = BrowserProxy::GetBrowserProxy()->GetPolicies(asyncCallbackInfo->elementName, in GetPoliciesSync()
25 static std::shared_ptr<BrowserProxy> GetBrowserProxy();
113 auto proxy = BrowserProxy::GetBrowserProxy(); in GetPolicies()
56 std::shared_ptr<BrowserProxy> BrowserProxy::GetBrowserProxy() in GetBrowserProxy() function in OHOS::EDM::BrowserProxy
28 std::shared_ptr<BrowserProxy> BrowserProxy::GetBrowserProxy() in GetBrowserProxy() function in OHOS::EDM::BrowserProxy
51 browserProxy_ = BrowserProxy::GetBrowserProxy(); in SetUp()