HomeSort by relevance Sort by last modified time
    Searched refs:needResync (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.h 42 virtual bool needResync(bool bClear);
TESTSubsystem.cpp 42 // Directory for isAlive and NeedResync files
68 bool CTESTSubsystem::needResync(bool bClear)
71 std::string strNeedResyncFile = std::string(gacFwNamePropName) + "/needResync";
  /external/parameter-framework/upstream/test/functional-tests-legacy/
ACTCampaignEngine.py 82 needResync = os.path.join(pfw_result,"needResync")
83 with open(needResync, 'w') as fout:
  /external/parameter-framework/upstream/parameter/
SystemClass.cpp 238 if (pSubsystem->needResync(true)) {
257 pSubsystem->needResync(true);
Subsystem.h 73 virtual bool needResync(bool bClear);
Subsystem.cpp 89 bool CSubsystem::needResync(bool /*bClear*/)

Completed in 244 milliseconds