Searched refs:UpdateInvocationExtendedProperties (Results 1 – 3 of 3) sorted by relevance
24 self.sink_client.UpdateInvocationExtendedProperties.assert_not_called()29 self.sink_client.UpdateInvocationExtendedProperties.assert_called_once()33 self.sink_client.UpdateInvocationExtendedProperties.side_effect = [39 self.sink_client.UpdateInvocationExtendedProperties.call_count, 2)44 self.sink_client.UpdateInvocationExtendedProperties.side_effect = [50 self.sink_client.UpdateInvocationExtendedProperties.call_count, 3)56 self.sink_client.UpdateInvocationExtendedProperties.side_effect = (61 self.sink_client.UpdateInvocationExtendedProperties.call_count, 3)
1047 result_sink_client.UpdateInvocationExtendedProperties(
222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient