Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 164) sorted by relevance

1234567

/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_test.cpp62 void* temp = dlsym(handle, func); in GetTemp() local
69 void* temp = GetTemp(func, handle); in ExecFfrtNoParam() local
108 void* temp = GetTemp(str.data(), handle); variable
128 void* temp = GetTemp(str.data(), handle); variable
148 void* temp = GetTemp(str.data(), handle); variable
164 void* temp = GetTemp(str.data(), handle); variable
/base/telephony/core_service/services/sim/src/
Dicc_operator_rule.cpp55 std::string temp(it, ed); in parseSimpleTLV() local
68 std::string temp(it, ed); in parseSimpleTLV() local
82 std::string temp(it, ed); in parseSimpleTLV() local
107 std::string temp(hexStrBeg, hexStrEnd); in CreateFromTLV() local
141 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagCertPkg() local
158 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagCertPkg() local
183 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagLimits() local
200 std::string temp(hexStrBeg, hexStrEnd); in DecodeTLVTagLimits() local
/base/web/webview/ohos_glue/ohos_adapter/bridge/
Dark_paste_data_record_adapter_impl.cpp47 std::shared_ptr<std::string>* temp = static_cast<std::shared_ptr<std::string>*>(htmlText); in SetHtmlText() local
53 std::shared_ptr<std::string>* temp = static_cast<std::shared_ptr<std::string>*>(plainText); in SetPlainText() local
101 NWeb::PasteCustomData* temp = static_cast<NWeb::PasteCustomData*>(data); in SetCustomData() local
115 …std::shared_ptr<NWeb::PasteCustomData>* temp = static_cast<std::shared_ptr<NWeb::PasteCustomData>*… in GetCustomData() local
Dark_paste_board_client_adapter_impl.cpp47 NWeb::PasteRecordVector temp; in GetPasteData() local
55 NWeb::PasteRecordVector temp = ArkPasteRecordVectorStructToClass(data); in SetPasteData() local
/base/telephony/sms_mms/utils/
Dstring_utils.cpp58 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
68 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
78 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
112 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector() local
/base/security/access_token/services/tokensyncmanager/test/mock/src/
Dsoft_bus_center_mock.cpp53 std::string temp = networkId; in GetNodeKeyInfo() local
59 std::string temp = networkId; in GetNodeKeyInfo() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
Ddas_task_main.c64 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in GetMaxVersion() local
195 SubTaskBase *temp = (SubTaskBase *)(*ptr); in NegotiateAndProcessTask() local
304 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in CreateMultiSubTask() local
352 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in CreateSingleSubTask() local
426 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in RegisterLocalIdentityInTask() local
446 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in UnregisterLocalIdentityInTask() local
466 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in DeletePeerAuthInfoInTask() local
486 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in GetPublicKeyInTask() local
/base/location/services/location_gnss/gnss/source/
Dstring_utils.cpp60 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
70 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
80 unsigned char temp = static_cast<unsigned char>(data[i]) >> HEX_OFFSET; in StringToHex() local
114 …auto temp = static_cast<uint8_t>((HexCharToInt(str.at(i)) << HEX_OFFSET) | HexCharToInt(str.at(i +… in HexToByteVector() local
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_common_utils.cpp164 uint8_t temp = static_cast<uint8_t>(digit[i] - '0'); in DigitToBcd() local
193 uint8_t temp = bcd[i] & HEX_VALUE_0F; in BcdToDigit() local
210 char temp = static_cast<char>(c + '0'); in BcdToChar() local
/base/global/resource_management/frameworks/resmgr/src/
Dres_locale.cpp52 char *temp = new(std::nothrow) char[len + 1]; in SetLanguage() local
74 char *temp = new(std::nothrow) char[len + 1]; in SetRegion() local
96 char *temp = new(std::nothrow) char[len + 1]; in SetScript() local
339 Locale temp = icu::LocaleBuilder().setLocale(localeInfo).build(errCode); in UpdateDefault() local
373 Locale temp = icu::LocaleBuilder().setLanguage(resLocale->GetLanguage()) in BuildFromString() local
470 ResLocale *temp = tempCandidate.at(j + 1); in FindAndSort() local
Dres_config_impl.cpp91 ResLocale *temp = ResLocale::BuildFromParts(language, script, region, state); in BuildResLocale() local
110 Locale temp = icu::LocaleBuilder().setLanguage(resLocale->GetLanguage()) in BuildLocaleInfo() local
303 ResLocale *temp = new(std::nothrow) ResLocale; in CopyLocale() local
767 ResConfigImpl *temp = new(std::nothrow) ResConfigImpl; in CreateResConfig() local
773 ResConfigImpl *temp = new(std::nothrow) ResConfigImpl; in CreateDefaultResConfig() local
/base/security/huks/interfaces/inner_api/huks_lite/
Dhks_tmp_client.c32 struct HksBlob temp = { random->size, random->data }; in hks_generate_random() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_locale.cpp48 char *temp = new(std::nothrow) char[len + 1]; in SetLanguage() local
70 char *temp = new(std::nothrow) char[len + 1]; in SetRegion() local
92 char *temp = new(std::nothrow) char[len + 1]; in SetScript() local
337 LocaleInfo *temp = new(std::nothrow) LocaleInfo(localeInfo.GetLanguage(), in UpdateDefault() local
460 ResLocale *temp = tempCandidate.at(j + 1); in FindAndSort() local
Dresource_manager_impl.cpp86 std::string temp; in GetStringFormatById() local
101 std::string temp; in GetStringFormatByName() local
195 std::string temp; in GetPluralStringByIdFormat() local
213 std::string temp; in GetPluralStringByNameFormat() local
392 std::string temp; in GetBoolean() local
425 std::string temp; in GetFloat() local
451 std::string temp; in GetInteger() local
477 std::string temp; in GetColor() local
Dres_config_impl.cpp142 ResLocale *temp = new(std::nothrow) ResLocale; in CopyLocale() local
306 ResConfigImpl *temp = new(std::nothrow) ResConfigImpl; in CreateResConfig() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DPluralFetcher.java63 String[] temp = getPluralItems(line); in init() local
75 String[] temp = getPluralItems(line); in init() local
/base/telephony/sms_mms/services/sms/
Dgsm_cb_gsm_codec.cpp62 uint8_t temp = oneByte; in Decode2gHeader() local
139 uint8_t temp = oneByte; in Decode2gHeaderCommonCb() local
/base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/
Dexecuter_utils.cpp32 std::shared_ptr<ExecuterUtils> temp = std::make_shared<ExecuterUtils>(); in GetInstance() local
Dexecuter_factory.cpp39 std::shared_ptr<ExecuterFactory> temp = std::make_shared<ExecuterFactory>(); in GetInstance() local
/base/powermgr/thermal_manager/frameworks/native/
Dthermal_srv_sensor_info.cpp23 ThermalSrvSensorInfo::ThermalSrvSensorInfo(std::string &type, int32_t &temp): type_(type), temp_(te… in ThermalSrvSensorInfo()
/base/startup/init/test/moduletest/
Dsyspara.cpp61 const char *temp = nullptr; in SysParaApiDumpCmd() local
/base/account/os_account/test/fuzztest/osaccount/setosaccountconstraints_fuzzer/
Dsetosaccountconstraints_fuzzer.cpp41 int temp = size % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsFuzzTest() local
/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
Dwrite_file.cpp59 char *temp = buffer.get() + num; in CopyFile() local
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccountconstraintsstub_fuzzer/
Dsetosaccountconstraintsstub_fuzzer.cpp43 int temp = size % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsStubFuzzTest() local
/base/request/request/frameworks/native/src/
Dresponse_message_receiver.cpp99 uint32_t temp; in StateFromParcel() local
109 uint32_t temp; in ActionFromParcel() local
119 uint32_t temp; in VersionFromParcel() local
129 uint32_t temp; in SubscribeTypeFromParcel() local

1234567