Home
last modified time | relevance | path

Searched refs:GetCfgVal (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp65 bool DistributedCfg::GetCfgVal(std::string key, std::string &value) in GetCfgVal() function in OHOS::DistributeSystemTest::DistributedCfg
108 if (!GetCfgVal("agentlist", valueOfIps)) { in GetDeviceIp()
110 "GetCfgVal() failed! make sure the filename:%s of major or agent", in GetDeviceIp()
134 if (!GetCfgVal("devicesuuid", valueOfUuids)) { in GetDeviceUuid()
136 "GetCfgVal() failed! make sure the filename:%s of major or agent", in GetDeviceUuid()
H A Ddistributed_cfg.h45 bool GetCfgVal(std::string key, std::string &value);
H A Ddistributed_major.cpp58 if (!clientCfg_.GetCfgVal("agentlist", iplist)) { in Init()
78 if (!clientCfg_.GetCfgVal("agentport", strPort)) { in Init()
H A Ddistributed_agent.cpp386 if (!agentCfg_.GetCfgVal("agentport", agentPort)) { in Start()

Completed in 4 milliseconds