Searched refs:DISCOVER_STATUS_LEN (Results 1 – 2 of 2) sorted by relevance
42 const int32_t DISCOVER_STATUS_LEN = 20; variable
127 char discoverStatus[DISCOVER_STATUS_LEN + 1] = {0}; in Init()128 … ret = GetParameter(DISCOVER_STATUS_KEY.c_str(), "not exist", discoverStatus, DISCOVER_STATUS_LEN); in Init()