Searched refs:INITIAL_OPKEY (Results 1 – 2 of 2) sorted by relevance
54 std::string initialOpkey = INITIAL_OPKEY; in ClearOperatorValue()95 if (opkey == std::string(INITIAL_OPKEY)) { in LoadOperatorConfig()316 if (opkey.empty() || opkey == std::string(INITIAL_OPKEY)) { in IsNeedOperatorLoad()
52 inline constexpr const char *INITIAL_OPKEY = "-1"; variable