Home
last modified time | relevance | path

Searched refs:SendMessageSync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/connection/
H A Dscreen_session_ability_connection.cpp128 int32_t ScreenSessionAbilityConnectionStub::SendMessageSync(int32_t transCode, in SendMessageSync() function in OHOS::Rosen::ScreenSessionAbilityConnectionStub
274 int32_t ret = abilityConnectionStub_->SendMessageSync(transCode, data, reply); in SendMessage()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_ability_connection_test.cpp151 HWTEST_F(ScreenSessionAbilityConnectionTest, SendMessageSync, Function | SmallTest | Level1)
173 abilityConnectionStub->SendMessageSync(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply);
347 abilityConnectionStub->SendMessageSync(TRANS_CMD_SEND_SNAPSHOT_RECT, data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/connection/
H A Dscreen_session_ability_connection.h46 int32_t SendMessageSync(int32_t transCode, MessageParcel &data, MessageParcel &reply);