Searched refs:compSourceLoc (Results 1 – 3 of 3) sorted by relevance
57 std::string compSourceLoc; member
142 cfg.compSourceLoc = cJSON_GetObjectItem(json, COMP_SOURCE_LOC.c_str())->valuestring; in ParseSource()300 config.compSourceLoc = cJSON_GetObjectItem(component, COMP_SOURCE_LOC.c_str())->valuestring; in ParseCompConfigFromJson()394 comHandler.sourceHandler = GetHandler(itor->second.compSourceLoc); in GetAllHandler()
436 EXPECT_EQ(true, cfg.compSourceLoc.empty());