Searched refs:SWITCH_TURN_OFF (Results 1 – 2 of 2) sorted by relevance
73 isplay = SWITCH_TURN_OFF; in Release()78 std::string value = SWITCH_TURN_OFF; in IsSwitchOn()81 if (value == SWITCH_TURN_OFF) { in IsSwitchOn()169 std::string startService = isConnect ? SWITCH_TURN_ON : SWITCH_TURN_OFF; in PublishCommonEvent()320 nowInfo->isContact = (nowInfo->incomingName == "") ? SWITCH_TURN_OFF : SWITCH_TURN_ON; in UpdateContactInfo()329 isplay = SWITCH_TURN_OFF; in MuteRinger()370 isplay = SWITCH_TURN_OFF; in SendRequest()446 std::string switch_off = voicePtr->SWITCH_TURN_OFF; in OnChange()532 info->isContact = (info->incomingName == "") ? SWITCH_TURN_OFF : SWITCH_TURN_ON; in CallStatusIncoming()714 controlCheck = SWITCH_TURN_OFF; in UpdateReplyData()
110 const std::string SWITCH_TURN_OFF = "0"; variable