Home
last modified time | relevance | path

Searched refs:SetFocusAppInfo (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_system_test.cpp124 HWTEST_F(RSInterfacesSystemTest, SetFocusAppInfo, Function | MediumTest | Level2)
128 int32_t ret = RSInterfaces::GetInstance().SetFocusAppInfo(info);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp47 int32_t RSInterfaces::SetFocusAppInfo(FocusAppInfo& info) in SetFocusAppInfo() function in OHOS::Rosen::RSInterfaces
54 return renderServiceClient_->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in SetFocusAppInfo()
H A Drs_interfaces.h45 int32_t SetFocusAppInfo(FocusAppInfo& info);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp168 HWTEST_F(RSRenderServiceConnectionProxyTest, SetFocusAppInfo, TestSize.Level1)
175 ASSERT_EQ(proxy->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId), 0);
H A Drs_render_service_client_test.cpp349 auto ret = rsClient->SetFocusAppInfo(1, 1, "bundleNameTest", "abilityNameTest", 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp140 rsRenderServiceConnectionProxy.SetFocusAppInfo(pid1, uid, name, name, id1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h76 virtual int32_t SetFocusAppInfo(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp137 int32_t RSRenderServiceClient::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp137 int32_t RSRenderServiceClient::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h54 int32_t SetFocusAppInfo(
H A Drs_render_service_client.cpp325 int32_t RSRenderServiceClient::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceClient
333 return renderService->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in SetFocusAppInfo()
H A Drs_render_service_connection_proxy.cpp337 int32_t RSRenderServiceConnectionProxy::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h80 int32_t SetFocusAppInfo(
H A Drs_main_thread.h193 void SetFocusAppInfo(
H A Drs_render_service_connection.cpp491 int32_t RSRenderServiceConnection::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceConnection
500 mainThread->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in SetFocusAppInfo()
H A Drs_main_thread.cpp768 void RSMainThread::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSMainThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h149 …int32_t SetFocusAppInfo(int32_t pid, int32_t uid, const std::string &bundleName, const std::string…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp362 HWTEST_F(RSMainThreadTest, SetFocusAppInfo, TestSize.Level1)
369 mainThread->SetFocusAppInfo(pid, uid, str, str, 0);
391 mainThread->SetFocusAppInfo(pid, uid, str, str, newFocusNode->GetId());
1032 mainThread->SetFocusAppInfo(-1, -1, str, str, node->GetId());
1063 mainThread->SetFocusAppInfo(-1, -1, str, str, childNode->GetId());
1094 mainThread->SetFocusAppInfo(-1, -1, str, str, childNode->GetId());
H A Drs_uni_render_util_test.cpp654 mainThread->SetFocusAppInfo(-1, -1, str, str, surfaceNode->GetId());
679 mainThread->SetFocusAppInfo(-1, -1, str, str, surfaceNode->GetId());
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/
H A Drsrenderserviceconnection_fuzzer.cpp836 rsConn->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in DoSetFocusAppInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp749 g_mainThread->SetFocusAppInfo(focusPid, focusUid, bundleName, abilityName, focusNodeId); in FirstFrameUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp457 int32_t status = SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1007 RSInterfaces::GetInstance().SetFocusAppInfo(appInfo); in UpdateFocusStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4752 RSInterfaces::GetInstance().SetFocusAppInfo(appInfo); in FocusIDChange()