Home
last modified time | relevance | path

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

12345678

/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/print/print_fwk/test/unittest/fwk_print_helper_test/
Dprint_bms_helper_test.cpp74 std::shared_ptr<PrintServiceHelper> temp = std::shared_ptr<PrintServiceHelper>(helper); variable
89 std::shared_ptr<PrintServiceHelper> temp = nullptr; variable
103 std::shared_ptr<PrintServiceHelper> temp = nullptr; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
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/global/resource_management/frameworks/resmgr/src/utils/
Dstring_utils.cpp97 int temp = va_arg(args, int); in getJsParams() local
100 char *temp = va_arg(args, char*); in getJsParams() local
103 float temp = va_arg(args, double); in getJsParams() local
117 int temp = va_arg(args, int); in getJsParams() local
120 char *temp = va_arg(args, char*); in getJsParams() local
123 float temp = va_arg(args, double); in getJsParams() local
189 std::string temp; in GetLocalInfo() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
Ddas_task_main.c64 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in GetMaxVersion() local
199 SubTaskBase *temp = (SubTaskBase *)(*ptr); in NegotiateAndProcessTask() local
308 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in CreateMultiSubTask() local
356 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in CreateSingleSubTask() local
430 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in RegisterLocalIdentityInTask() local
450 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in UnregisterLocalIdentityInTask() local
470 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in DeletePeerAuthInfoInTask() local
489 DasProtocolEntity *temp = (DasProtocolEntity *)(*ptr); in GetPublicKeyInTask() local
Ddas_module.c95 Task *temp = (Task *)*ptr; in ProcessDasTask() local
110 Task *temp = (Task *)(*ptr); in DestroyDasTask() 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/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
471 ResLocale *temp = tempCandidate.at(j + 1); in FindAndSort() 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/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_common_utils.cpp202 uint8_t temp = static_cast<uint8_t>(digit[i] - '0'); in DigitToBcd() local
231 uint8_t temp = bcd[i] & HEX_VALUE_0F; in BcdToDigit() local
248 char temp = static_cast<char>(c + '0'); in BcdToChar() 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/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dstring_utils.cpp30 std::string temp = strs.substr(0, pos); in Split() 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
141 uint8_t temp = oneByte; in Decode2gHeaderCommonCb() 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/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
/base/print/print_fwk/utils/include/
Dprint_util.h65 std::string temp; in Str2Vec() local
82 std::string temp; in Str2VecStr() local
/base/startup/init/test/moduletest/
Dsyspara.cpp62 const char *temp = nullptr; in SysParaApiDumpCmd() local
/base/account/os_account/test/fuzztest/osaccount/setosaccountconstraints_fuzzer/
Dsetosaccountconstraints_fuzzer.cpp43 int32_t temp = fuzzData.GetData<int32_t>() % 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

12345678