Searched refs:TestRpcInt32 (Results 1 – 6 of 6) sorted by relevance
36 int32_t TestRpcInt32(int32_t value);
32 virtual int32_t TestRpcInt32(int32_t value) = 0;
35 int32_t TestRpcInt32(int32_t value) override;
45 bool ret = reply.WriteInt32(TestRpcInt32(data.ReadInt32())); in OnRemoteRequest()
55 int32_t TestAudioAbility::TestRpcInt32(int32_t value) in TestRpcInt32() function in TestAudioAbility
77 int32_t TestAudioAbilityProxy::TestRpcInt32(int32_t value) in TestRpcInt32() function in OHOS::TestAudioAbilityProxy