Searched refs:locationCommand (Results 1 – 4 of 4) sorted by relevance
139 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in OnRemoteRequest() local140 locationCommand->scenario = data.ReadInt32(); in OnRemoteRequest()141 locationCommand->command = data.ReadBool(); in OnRemoteRequest()142 reply.WriteInt32(SendCommand(locationCommand)); in OnRemoteRequest()
484 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); variable485 locationCommand->scenario = 1;486 locationCommand->command = true;492 EXPECT_EQ(ERRCODE_SUCCESS, proxy_->SendCommand(locationCommand));
594 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); in PreSendCommand() local595 locationCommand->scenario = data.ReadInt32(); in PreSendCommand()596 locationCommand->command = data.ReadBool(); in PreSendCommand()597 reply.WriteInt32(locatorAbility->SendCommand(locationCommand)); in PreSendCommand()
973 std::unique_ptr<LocationCommand> locationCommand = std::make_unique<LocationCommand>(); variable974 locationCommand->scenario = data.ReadInt32();975 locationCommand->command = data.ReadBool();982 proxy_->SendCommand(locationCommand);