Home
last modified time | relevance | path

Searched refs:tempCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.cpp78 int32_t tempCode; in RecorderCallbackSvc() local
79 ReadInt32(data, &tempCode); in RecorderCallbackSvc()
80 callback->OnError(type, tempCode); in RecorderCallbackSvc()
86 int32_t tempCode; in RecorderCallbackSvc() local
87 ReadInt32(data, &tempCode); in RecorderCallbackSvc()
88 callback->OnInfo(type, tempCode); in RecorderCallbackSvc()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c162 uint32_t tempCode = 0; in GetSoftbusHichainAuthErrorCode() local
165 tempCode = hichainErrCode & MASK_LOW_8BIT; in GetSoftbusHichainAuthErrorCode()
167 … ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (tempCode | (high4bit << ERRCODE_SHIFT_8BIT))); in GetSoftbusHichainAuthErrorCode()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_manager_test.cpp173 std::string tempCode = "CN"; variable
174 …(ErrCode::WIFI_OPT_SUCCESS, WifiCountryCodeManager::GetInstance().UpdateWifiCountryCode(tempCode));