Home
last modified time | relevance | path

Searched defs:browser (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/
H A D.eslintrc.js3 browser: true, property in module.exports.env
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/
H A Dconftest.py35 def browser(request): function
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_render_scheduler_impl.cpp29 int32_t ipcFd, int32_t sharedFd, int32_t crashFd, sptr<IRemoteObject> browser) in NotifyBrowserFd()
H A Daafwk_app_mgr_client_adapter_impl.cpp163 AafwkBrowserHostImpl *browser = new (std::nothrow) AafwkBrowserHostImpl(adapter); in SaveBrowserConnect() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drender_scheduler_proxy.cpp38 int32_t crashFd, sptr<IRemoteObject> browser) in NotifyBrowserFd()
H A Drender_scheduler_host.cpp52 sptr<IRemoteObject> browser = data.ReadRemoteObject(); in HandleNotifyBrowserFd() local
H A Dapp_mgr_client.cpp1291 void AppMgrClient::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel()
H A Dapp_mgr_proxy.cpp862 void AppMgrProxy::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel()
H A Dapp_mgr_stub.cpp916 sptr<IRemoteObject> browser = data.ReadRemoteObject(); in HandleSaveBrowserChannel() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1037 void AppMgrService::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel()
H A Dapp_running_record.cpp2441 void AppRunningRecord::SetBrowserHost(sptr<IRemoteObject> browser) in SetBrowserHost()
H A Dapp_mgr_service_inner.cpp5224 void AppMgrServiceInner::SaveBrowserChannel(const pid_t hostPid, sptr<IRemoteObject> browser) in SaveBrowserChannel()