Home
last modified time | relevance | path

Searched refs:gacFwNamePropName (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/test/test-subsystem/
DTESTSubsystem.cpp43 const char* gacFwNamePropName = getenv("PFW_RESULT"); variable
60 assert(gacFwNamePropName != NULL); in isAlive()
61 return read(std::string(gacFwNamePropName) + "/isAlive") == "true"; in isAlive()
67 assert(gacFwNamePropName != NULL); in needResync()
68 std::string strNeedResyncFile = std::string(gacFwNamePropName) + "/needResync"; in needResync()