Searched refs:tempCode (Results 1 – 3 of 3) sorted by relevance
78 int32_t tempCode; in RecorderCallbackSvc() local79 ReadInt32(data, &tempCode); in RecorderCallbackSvc()80 callback->OnError(type, tempCode); in RecorderCallbackSvc()86 int32_t tempCode; in RecorderCallbackSvc() local87 ReadInt32(data, &tempCode); in RecorderCallbackSvc()88 callback->OnInfo(type, tempCode); in RecorderCallbackSvc()
162 uint32_t tempCode = 0; in GetSoftbusHichainAuthErrorCode() local165 tempCode = hichainErrCode & MASK_LOW_8BIT; in GetSoftbusHichainAuthErrorCode()167 … ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (tempCode | (high4bit << ERRCODE_SHIFT_8BIT))); in GetSoftbusHichainAuthErrorCode()
173 std::string tempCode = "CN"; variable174 …(ErrCode::WIFI_OPT_SUCCESS, WifiCountryCodeManager::GetInstance().UpdateWifiCountryCode(tempCode));