Home
last modified time | relevance | path

Searched refs:TRANS_CMD_SEND_SNAPSHOT_RECT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_snapshot_picker_connection.cpp21 constexpr int32_t TRANS_CMD_SEND_SNAPSHOT_RECT = 2; variable
83 int32_t ret = abilityConnection_->SendMessageBlock(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply); in GetScreenSnapshotInfo()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_ability_connection_test.cpp34 constexpr uint32_t TRANS_CMD_SEND_SNAPSHOT_RECT = 2; variable
173 abilityConnectionStub->SendMessageSync(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply);
347 abilityConnectionStub->SendMessageSync(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply);
389 abilityConnectionStub->SendMessageSyncBlock(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply);
432 abilityConnectionStub->OnRemoteRequest(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply, option);