Searched refs:vcLoc (Results 1 – 4 of 4) sorted by relevance
198 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local201 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()204 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()232 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in ProcessEvent() local233 if (vcLoc == nullptr) { in ProcessEvent()237 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in ProcessEvent()
397 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local400 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()403 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()449 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in ProcessEvent() local450 if (vcLoc != nullptr) { in ProcessEvent()452 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in ProcessEvent()
710 std::shared_ptr<std::vector<std::shared_ptr<Location>>> vcLoc = in SendMessage() local713 vcLoc->push_back(Location::UnmarshallingShared(data)); in SendMessage()716 AppExecFwk::InnerEvent::Get(code, vcLoc, timeInterval); in SendMessage()771 auto vcLoc = event->GetSharedObject<std::vector<std::shared_ptr<Location>>>(); in ProcessEvent() local772 if (vcLoc != nullptr) { in ProcessEvent()774 for (auto it = vcLoc->begin(); it != vcLoc->end(); ++it) { in ProcessEvent()
708 std::vector<std::shared_ptr<Location>> vcLoc; in PreSetMockedLocations() local710 vcLoc.push_back(Location::UnmarshallingShared(data)); in PreSetMockedLocations()712 reply.WriteInt32(locatorAbility->SetMockedLocations(timeInterval, vcLoc)); in PreSetMockedLocations()