Searched defs:objs (Results 1 – 7 of 7) sorted by relevance
60 auto objs = obr.GetAllObjectInstances(); in Export() local
26 objs = []; field in Scene
144 std::vector<sptr<IRemoteObject>> objs; in RegisterOnListener() local388 std::vector<sptr<IRemoteObject>> objs = iterItem->second; in NotifyDockDisplay() local531 std::vector<sptr<IRemoteObject>> objs = iterItem->second; in OnDeviceScreenOff() local563 std::vector<sptr<IRemoteObject>> objs = iterItem->second; in FindToNotifyRecvBroadcast() local
489 std::vector<std::shared_ptr<IDataListener>> objs = iterItem->second; in NotifyListenersSessionShutdown() local583 std::vector<std::shared_ptr<IDataListener>> objs = iterItem->second; in OnDataReady() local
396 void FromJson(const std::string &key, const cJSON *jsonObject, std::vector<T> &objs) in FromJson()
951 void ToJson(const std::string &key, cJSON *jsonObject, std::vector<T> &objs) in ToJson()970 void FromJson(const std::string &key, const cJSON *jsonObject, std::vector<T> &objs) in FromJson()
739 std::vector<sptr<IRemoteObject>> objs; variable