Home
last modified time | relevance | path

Searched refs:SendMessageBlock (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_session_ability_connection.h90 int32_t SendMessageBlock(const int32_t &transCode, MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_snapshot_picker_connection.cpp83 int32_t ret = abilityConnection_->SendMessageBlock(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply); in GetScreenSnapshotInfo()
H A Dscreen_session_ability_connection.cpp282 int32_t ScreenSessionAbilityConnection::SendMessageBlock( in SendMessageBlock() function in OHOS::Rosen::ScreenSessionAbilityConnection
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_ability_connection_test.cpp367 HWTEST_F(ScreenSessionAbilityConnectionTest, SendMessageBlock, Function | SmallTest | Level1)