Home
last modified time | relevance | path

Searched refs:tempCode (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c158 uint32_t tempCode = 0; in GetSoftbusHichainAuthErrorCode() local
161 tempCode = hichainErrCode & MASK_LOW_8BIT; in GetSoftbusHichainAuthErrorCode()
163 ((AUTH_SUB_MODULE_CODE) << ERRCODE_SHIFT_16BIT) | (tempCode | (high4bit << ERRCODE_SHIFT_8BIT))); in GetSoftbusHichainAuthErrorCode()
/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"; in HWTEST_F() local
174 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, WifiCountryCodeManager::GetInstance().UpdateWifiCountryCode(tempCode)); in HWTEST_F()

Completed in 3 milliseconds