Home
last modified time | relevance | path

Searched refs:GetBrowserProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/browser/src/
H A Dbrowser_addon.cpp69 …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()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/browser/include/
H A Dbrowser_proxy.h25 static std::shared_ptr<BrowserProxy> GetBrowserProxy();
/ohos5.0/base/web/webview/ohos_adapter/enterprise_device_management_adapter/src/
H A Denterprise_device_management_adapter_impl.cpp113 auto proxy = BrowserProxy::GetBrowserProxy(); in GetPolicies()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/enterprise_device_impl_test/
H A Denterprise_device_impl_test.cpp56 std::shared_ptr<BrowserProxy> BrowserProxy::GetBrowserProxy() in GetBrowserProxy() function in OHOS::EDM::BrowserProxy
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/browser/src/
H A Dbrowser_proxy.cpp28 std::shared_ptr<BrowserProxy> BrowserProxy::GetBrowserProxy() in GetBrowserProxy() function in OHOS::EDM::BrowserProxy
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbrowser_proxy_test.cpp51 browserProxy_ = BrowserProxy::GetBrowserProxy(); in SetUp()