Home
last modified time | relevance | path

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

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