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 D | screen_session_ability_connection.cpp | 128 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 D | screen_session_ability_connection_test.cpp | 151 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 D | screen_session_ability_connection.h | 46 int32_t SendMessageSync(int32_t transCode, MessageParcel &data, MessageParcel &reply);
|