Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h813 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) = 0;
H A Dapp_mgr_client.h830 void SaveBrowserChannel(sptr<IRemoteObject> browser);
H A Dapp_mgr_proxy.h699 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h65 MOCK_METHOD1(SaveBrowserChannel, void(sptr<IRemoteObject> browser));
/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));
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h741 virtual void SaveBrowserChannel(sptr<IRemoteObject> browser) override;
H A Dapp_mgr_service_inner.h1294 virtual void SaveBrowserChannel(const pid_t hostPid, sptr<IRemoteObject> browser);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h64 MOCK_METHOD1(SaveBrowserChannel, void(sptr<IRemoteObject> browser));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1280 void AppMgrClient::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrClient
1287 service->SaveBrowserChannel(browser); in SaveBrowserChannel()
H A Dapp_mgr_stub.cpp903 SaveBrowserChannel(browser); in HandleSaveBrowserChannel()
H A Dapp_mgr_proxy.cpp846 void AppMgrProxy::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp999 void AppMgrService::SaveBrowserChannel(sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrService
1006 appMgrServiceInner_->SaveBrowserChannel(IPCSkeleton::GetCallingPid(), browser); in SaveBrowserChannel()
H A Dapp_mgr_service_inner.cpp5219 void AppMgrServiceInner::SaveBrowserChannel(const pid_t hostPid, sptr<IRemoteObject> browser) in SaveBrowserChannel() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1373 * @tc.desc: SaveBrowserChannel.
1379 appMgrClient->SaveBrowserChannel(nullptr); in HWTEST_F()

Completed in 36 milliseconds