Searched refs:vcLoc (Results 1 – 4 of 4) sorted by relevance
217 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local220 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()223 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()251 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in ProcessEvent() local252 if (vcLoc == nullptr) { in ProcessEvent()256 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in ProcessEvent()
497 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local500 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()503 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()615 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in ProcessEvent() local616 if (vcLoc != nullptr) { in ProcessEvent()618 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in ProcessEvent()
1517 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local1520 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()1523 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()1702 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in HandleSetMockedLocations() local1703 if (vcLoc != nullptr) { in HandleSetMockedLocations()1705 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in HandleSetMockedLocations()
990 std::vector<std::shared_ptr<Location>> vcLoc; in PreSetMockedLocations() local992 vcLoc.push_back(Location::UnmarshallingShared(data)); in PreSetMockedLocations()994 reply.WriteInt32(locatorAbility->SetMockedLocations(timeInterval, vcLoc)); in PreSetMockedLocations()