Searched refs:obsNode (Results 1 – 2 of 2) sorted by relevance
314 auto obsNode = iter->second; in OperateObsNode() local316 auto haveCodeIter = find_if(obsNode->obsCodeList_.begin(), obsNode->obsCodeList_.end(), in OperateObsNode()348 obsNode->parent_ = node; in OperateObsNode()353 node->parent_ = obsNode; in OperateObsNode()399 … [obsNode](const shared_ptr<ObserverNode> &obsListNode) { return obsNode == obsListNode; }); in RemoveRelations()443 shared_ptr<ObserverNode> obsNode; in CleanAllNotifyImpl() local444 if (FindUri(uriStr, obsNode) != ERR_OK) { in CleanAllNotifyImpl()448 for (auto code : obsNode->obsCodeList_) { in CleanAllNotifyImpl()471 RemoveRelations(uriStr, obsNode); in CleanAllNotifyImpl()510 shared_ptr<ObserverNode> obsNode; in UnregisterNotifyImpl() local[all …]
271 void RemoveRelations(std::string &uriStr, std::shared_ptr<ObserverNode> obsNode);279 int32_t RmUriObsNodeRelations(std::string &uriStr, std::shared_ptr<ObserverNode> &obsNode,