Searched refs:halServiceInstance (Results 1 – 2 of 2) sorted by relevance
92 const string& halServiceInstance) { in addHalServiceInstance() argument96 if (!isValidInstance(halServiceInstance)) { in addHalServiceInstance()97 cerr << "Input instance " << halServiceInstance in addHalServiceInstance()102 string halName = halServiceInstance.substr(0, halServiceInstance.find('/')); in addHalServiceInstance()104 halServiceInstance.substr(halServiceInstance.find('/') + 1); in addHalServiceInstance()138 const string& halServiceInstance) { in isValidInstance() argument140 return (fqInstance.setTo(halServiceInstance) && fqInstance.hasPackage() && in isValidInstance()
130 void addHalServiceInstance(const string& halServiceInstance);136 bool isValidInstance(const string& halServiceInstance);