Searched refs:TestRpcInt64 (Results 1 – 6 of 6) sorted by relevance
38 int64_t TestRpcInt64(int64_t value);
34 virtual int64_t TestRpcInt64(int64_t value) = 0;
37 int64_t TestRpcInt64(int64_t value) override;
55 bool ret = reply.WriteInt64(TestRpcInt64(data.ReadInt64())); in OnRemoteRequest()
65 int64_t TestAudioAbility::TestRpcInt64(int64_t value) in TestRpcInt64() function in TestAudioAbility
115 int64_t TestAudioAbilityProxy::TestRpcInt64(int64_t value) in TestRpcInt64() function in OHOS::TestAudioAbilityProxy