/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_system_test.cpp | 124 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 D | rs_interfaces.cpp | 47 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 D | rs_interfaces.h | 45 int32_t SetFocusAppInfo(FocusAppInfo& info);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 168 HWTEST_F(RSRenderServiceConnectionProxyTest, SetFocusAppInfo, TestSize.Level1) 175 ASSERT_EQ(proxy->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId), 0);
|
H A D | rs_render_service_client_test.cpp | 349 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 D | rsrenderserviceconnectionproxy_fuzzer.cpp | 140 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 D | rs_irender_service_connection.h | 76 virtual int32_t SetFocusAppInfo(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 137 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 D | rs_render_service_client.cpp | 137 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 D | rs_render_service_connection_proxy.h | 54 int32_t SetFocusAppInfo(
|
H A D | rs_render_service_client.cpp | 325 int32_t RSRenderServiceClient::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceClient 333 return renderService->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in SetFocusAppInfo()
|
H A D | rs_render_service_connection_proxy.cpp | 337 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 D | rs_render_service_connection.h | 80 int32_t SetFocusAppInfo(
|
H A D | rs_main_thread.h | 193 void SetFocusAppInfo(
|
H A D | rs_render_service_connection.cpp | 491 int32_t RSRenderServiceConnection::SetFocusAppInfo( in SetFocusAppInfo() function in OHOS::Rosen::RSRenderServiceConnection 500 mainThread->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in SetFocusAppInfo()
|
H A D | rs_main_thread.cpp | 768 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 D | rs_render_service_client.h | 149 …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 D | rs_main_thread_test.cpp | 362 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 D | rs_uni_render_util_test.cpp | 654 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 D | rsrenderserviceconnection_fuzzer.cpp | 836 rsConn->SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in DoSetFocusAppInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 749 g_mainThread->SetFocusAppInfo(focusPid, focusUid, bundleName, abilityName, focusNodeId); in FirstFrameUnmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 457 int32_t status = SetFocusAppInfo(pid, uid, bundleName, abilityName, focusNodeId); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1007 RSInterfaces::GetInstance().SetFocusAppInfo(appInfo); in UpdateFocusStatus()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4752 RSInterfaces::GetInstance().SetFocusAppInfo(appInfo); in FocusIDChange()
|