Home
last modified time | relevance | path

Searched refs:SaveBrowserChannel (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_app_mgr_client_adapter_impl.cpp168 appMgrClient_->SaveBrowserChannel(browser); in SaveBrowserConnect()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h745 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) = 0;
H A Dapp_mgr_client.h805 void SaveBrowserChannel(sptr<IRemoteObject> browser);
H A Dapp_mgr_proxy.h652 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h58 MOCK_METHOD1(SaveBrowserChannel, void(sptr<IRemoteObject> browser));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h65 MOCK_METHOD1(SaveBrowserChannel, void(sptr<IRemoteObject> browser));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h571 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) override;
H A Dapp_mgr_service_inner.h1190 virtual void SaveBrowserChannel(const pid_t hostPid, sptr<IRemoteObject> browser);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1291 void AppMgrClient::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrClient
1298 service->SaveBrowserChannel(browser); in SaveBrowserChannel()
H A Dapp_mgr_stub.cpp917 SaveBrowserChannel(browser); in HandleSaveBrowserChannel()
H A Dapp_mgr_proxy.cpp862 void AppMgrProxy::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1037 void AppMgrService::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrService
1044 appMgrServiceInner_->SaveBrowserChannel(IPCSkeleton::GetCallingPid(), browser); in SaveBrowserChannel()
H A Dapp_mgr_service_inner.cpp5224 void AppMgrServiceInner::SaveBrowserChannel(const pid_t hostPid, sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1352 appMgrClient->SaveBrowserChannel(nullptr);