Searched refs:browser (Results 1 – 25 of 104) sorted by relevance
12345
48 @Link browser: Browser;104 this.browser.Back()107 this.browser.Forward()110 this.browser.Refresh()113 this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.loadUrl({135 this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.loadUrl({162 this.browser.loadUrl(this.addr)166 this.browser.addTab()178 @Link browser!: Browser;232 @Link browser: Browser;[all …]
32 @Link browser: Browser;59 if ( !this.browser.hideProgress ) {60 Progress({ value : this.browser.progress , total : 100 })102 this.browser.Back();105 this.browser.Forward();108 this.browser.Refresh();111 this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.loadUrl({135 TextInput({ placeholder : $r('app.string.Input_url') , text : this.browser.inputValue })147 this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.loadUrl({178 this.browser.loadUrl(this.addr);[all …]
1 # @ohos.enterprise.browser (Browser Management) (System API)3 The **browser** module provides browser management, including setting, deleting, and obtaining brow…18 import { browser } from '@kit.MDMKit';21 ## browser.setPolicies63 browser.setPolicies(wantTemp, appId, policies, (err) => {68 console.info('Succeeded in setting browser policies.');72 ## browser.setPolicies127 ## browser.getPolicies163 browser.getPolicies(wantTemp, appId, (err, result) => {172 ## browser.getPolicies[all …]
1 # @ohos.enterprise.browser (Browser Management)3 The **browser** module provides browser management, including setting, deleting, and obtaining brow…16 import { browser } from '@kit.MDMKit';19 ## browser.setPolicySync23 Sets a policy for a browser through the specified device administrator application.35 … | Yes | Name of the browser policy to set. If the value is an empty string,…62 browser.setPolicySync(wantTemp, appId, policyName, policyValue);63 console.info('Succeeded in setting browser policies.');69 ## browser.getPoliciesSync73 Obtains the policies of a browser through the specified device administrator application.[all …]
8 - [@ohos.enterprise.browser (Browser Management)](js-apis-enterprise-browser.md)26 - [@ohos.enterprise.browser (Browser Management) (System API)](js-apis-enterprise-browser-sys.md)
1 # @ohos.enterprise.browser(浏览器管理)(系统接口)13 > 当前页面仅包含本模块的系统接口,其他公开接口参见。其他公开接口参见[@ohos.enterprise.browser](js-apis-enterprise-browser.md)。18 import { browser } from '@kit.MDMKit';21 ## browser.setPolicies63 browser.setPolicies(wantTemp, appId, policies, (err) => {68 console.info('Succeeded in setting browser policies.');72 ## browser.setPolicies127 ## browser.getPolicies163 browser.getPolicies(wantTemp, appId, (err, result) => {172 ## browser.getPolicies[all …]
1 # @ohos.enterprise.browser(浏览器管理)16 import { browser } from '@kit.MDMKit';19 ## browser.setPolicySync62 browser.setPolicySync(wantTemp, appId, policyName, policyValue);63 console.info('Succeeded in setting browser policies.');65 console.error(`Failed to set browser policies. Code is ${err.code}, message is ${err.message}`);69 ## browser.getPoliciesSync111 let result: string = browser.getPoliciesSync(wantTemp, appId);112 console.info(`Succeeded in getting browser policies, result : ${JSON.stringify(result)}`);114 console.error(`Failed to get browser policies. Code is ${err.code}, message is ${err.message}`);
8 - [@ohos.enterprise.browser(浏览器管理)](js-apis-enterprise-browser.md)26 - [@ohos.enterprise.browser(浏览器管理)(系统接口)](js-apis-enterprise-browser-sys.md)
18 # avc: denied { search } for pid=3708 comm="ei.hmos.browser" name="socket" dev="tmpfs" ino=112 s…21 # avc: denied { use } for pid=3708 comm="ei.hmos.browser" path="/dev/null" dev="tmpfs" ino=3 sco…25 # avc: denied { call } for pid=3708 comm="ei.hmos.browser" scontext=u:r:isolated_gpu:s0 tcontext…33 # avc: denied { search } for pid=3708 comm="ei.hmos.browser" name="bin" dev="sdd74" ino=338 scon…36 # avc: denied { search } for pid=3708 comm="ei.hmos.browser" name="/" dev="tracefs" ino=1 sconte…46 # avc: denied { ioctl } for pid=4081 comm="mos.browser:gpu" path="/dev/mali0" dev="tmpfs" ino=52…47 # avc: denied { ioctl } for pid=4081 comm="mos.browser:gpu" path="/dev/mali0" dev="tmpfs" ino=52…48 # avc: denied { ioctl } for pid=4081 comm="mos.browser:gpu" path="/dev/mali0" dev="tmpfs" ino=52…49 # avc: denied { ioctl } for pid=4081 comm="mos.browser:gpu" path="/dev/mali0" dev="tmpfs" ino=52…50 # avc: denied { ioctl } for pid=4081 comm="mos.browser:gpu" path="/dev/mali0" dev="tmpfs" ino=52…[all …]
22 # avc: denied { open } for pid=5103 comm="ei.hmos.browser" path="/dev/ashmem" dev="tmpfs" ino=49…25 # avc: denied { search } for pid=3061 comm="ei.hmos.browser" name="socket" dev="tmpfs" ino=79 sc…31 # avc: denied { exec_anon_mem } for pid=5103 comm="ei.hmos.browser" scontext=u:r:isolated_render…36 # avc: denied { use } for pid=5103 comm="ei.hmos.browser" path="socket:[33368]" dev="sockfs" ino…39 # avc: denied { write } for pid=5103 comm="ei.hmos.browser" path="pipe:[45491]" dev="pipefs" ino…63 # avc: denied { call } for pid=5103 comm="ei.hmos.browser" scontext=u:r:isolated_render:s0 tcont…102 # avc: denied { read } for pid=5103 comm="ei.hmos.browser" name="fonts" dev="sdd74" ino=2210 sco…103 # avc: denied { search } for pid=5103 comm="ei.hmos.browser" name="fonts" dev="sdd74" ino=2210 s…112 # avc: denied { search } for pid=5103 comm="ei.hmos.browser" name="/" dev="tracefs" ino=1 sconte…174 # avc: denied { use } for pid=21118 comm=".browser:render" path="socket:[14595]" dev="sockfs" in…[all …]
65 @State browser: Browser = new Browser();239 TabletTitle({ browser : $browser })304 Text("测试进度状态:" + this.browser.progress + " %")339 BrowserTabs({ browser : $browser })341 WebTab({ browser : $browser , isPhone : $isPhone })343 PhoneLayout({ browser : $browser })357 … if ( this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.accessBackward() ||358 this.browser.loadingStatus === LoadingStatus.LOADING ) {359 this.browser.webControllerArray[ this.browser.tabArrayIndex ].controller.backward();367 this.browser = new Browser();[all …]
29 int32_t ipcFd, int32_t sharedFd, int32_t crashFd, sptr<IRemoteObject> browser) in NotifyBrowserFd() argument36 if (browser == nullptr) { in NotifyBrowserFd()40 sptr<IBrowser> browserHost = iface_cast<IBrowser>(browser); in NotifyBrowserFd()
163 AafwkBrowserHostImpl *browser = new (std::nothrow) AafwkBrowserHostImpl(adapter); in SaveBrowserConnect() local164 if (browser == nullptr) { in SaveBrowserConnect()168 appMgrClient_->SaveBrowserChannel(browser); in SaveBrowserConnect()
199 Switches from the **PhotoPickerComponent** to the photo browser page or from the photo browser page…216 Exits the photo browser page.272 Represents information about the photo browser page.284 Animation parameters for entering or exiting the photo browser page.416 Enumerates the view range on the photo browser page.437 | CHECKBOX | 0 | Check box on the photo browser page. |438 | BACK_BUTTON | 1 | **Back** button on the photo browser page.|556 // Callback to be invoked when the photo browser page is displayed.562 // Callback to be invoked when the photo browser page is closed.574 // Callback to be invoked when the photo browser is swiped left or right.[all …]
3 …名:browser;<br>方法or属性:function setPolicies(admin: Want, appId: string, policies: string, callback: …4 |新增|NA|类名:browser;<br>方法or属性:function setPolicies(admin: Want, appId: string, policies: string): Pr…5 |新增|NA|类名:browser;<br>方法or属性:function getPolicies(admin: Want, appId: string, callback: AsyncCallba…6 |新增|NA|类名:browser;<br>方法or属性:function getPolicies(admin: Want, appId: string): Promise\<string>;|@o…
52 sptr<IRemoteObject> browser = data.ReadRemoteObject(); in HandleNotifyBrowserFd() local53 NotifyBrowserFd(ipcFd, sharedFd, crashFd, browser); in HandleNotifyBrowserFd()
38 int32_t crashFd, sptr<IRemoteObject> browser) in NotifyBrowserFd() argument55 if (!data.WriteRemoteObject(browser)) { in NotifyBrowserFd()
37 - [@ohos.enterprise.browser(浏览器管理)](../reference/apis-mdm-kit/js-apis-enterprise-browser.md)54 - [@ohos.enterprise.browser(浏览器管理)(系统接口)](../reference/apis-mdm-kit/js-apis-enterprise-browser-sys.…
3 …browser;<br>Method or attribute name: function setPolicies(admin: Want, appId: string, policies: s…4 …e: browser;<br>Method or attribute name: function setPolicies(admin: Want, appId: string, policies…5 …browser;<br>Method or attribute name: function getPolicies(admin: Want, appId: string, callback: A…6 …lass name: browser;<br>Method or attribute name: function getPolicies(admin: Want, appId: string):…
20 …browser and video player) of the target component. It is a supplement to action in implicit [Want]…29 - **ENTITY_BROWSABLE**: browser type.
40 …, it cannot be **https**, **http**, or **file**. Otherwise, the default system browser is started.|48 …ault value is **false**. Generally, **appLinkingOnly** is set to **true** for browser applications.54 …** and the target application is not installed.| Redirect to the default browser to open a web pag…
37 - [@ohos.enterprise.browser (Browser Management)](../reference/apis-mdm-kit/js-apis-enterprise-brow…54 - [@ohos.enterprise.browser (Browser Management) (System API)](../reference/apis-mdm-kit/js-apis-en…
23 "browser/include",47 "./browser/src/browser_proxy.cpp",
3 browser: true, property in module.exports.env
39 int32_t crashFd, sptr<IRemoteObject> browser) = 0;