| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| D | lib_event_handler_test.cpp | 62 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/ |
| D | icc_operator_rule.cpp | 55 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/ |
| D | print_bms_helper_test.cpp | 84 std::shared_ptr<PrintServiceHelper> temp = std::shared_ptr<PrintServiceHelper>(helper); variable 97 std::shared_ptr<PrintServiceHelper> temp = nullptr; variable 111 std::shared_ptr<PrintServiceHelper> temp = nullptr; variable
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_paste_data_record_adapter_impl.cpp | 47 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
|
| D | ark_paste_board_client_adapter_impl.cpp | 47 NWeb::PasteRecordVector temp; in GetPasteData() local 55 NWeb::PasteRecordVector temp = ArkPasteRecordVectorStructToClass(data); in SetPasteData() local
|
| /base/telephony/sms_mms/utils/ |
| D | string_utils.cpp | 58 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/ |
| D | string_utils.cpp | 97 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 194 std::string temp; in LocalizeNumber() local
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
| D | das_task_main.c | 64 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
|
| D | das_module.c | 95 Task *temp = (Task *)*ptr; in ProcessDasTask() local 110 Task *temp = (Task *)(*ptr); in DestroyDasTask() local
|
| /base/location/services/location_gnss/gnss/source/ |
| D | string_utils.cpp | 60 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/ |
| D | res_locale.cpp | 52 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
|
| /base/security/huks/interfaces/inner_api/huks_lite/ |
| D | hks_tmp_client.c | 32 struct HksBlob temp = { random->size, random->data }; in hks_generate_random() local
|
| /base/telephony/sms_mms/services/sms/gsm/ |
| D | gsm_sms_common_utils.cpp | 202 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/ |
| D | res_locale.cpp | 48 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
|
| D | resource_manager_impl.cpp | 86 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
|
| /base/print/print_fwk/utils/include/ |
| D | print_util.h | 60 std::string temp; in Str2Vec() local 73 std::string temp; in Str2VecStr() local
|
| /base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/ |
| D | string_utils.cpp | 30 std::string temp = strs.substr(0, pos); in Split() local
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| D | PluralFetcher.java | 63 String[] temp = getPluralItems(line); in init() local 75 String[] temp = getPluralItems(line); in init() local
|
| /base/telephony/sms_mms/services/sms/ |
| D | gsm_cb_gsm_codec.cpp | 62 uint8_t temp = oneByte; in Decode2gHeader() local 141 uint8_t temp = oneByte; in Decode2gHeaderCommonCb() local
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/network/executer/ |
| D | executer_utils.cpp | 32 std::shared_ptr<ExecuterUtils> temp = std::make_shared<ExecuterUtils>(); in GetInstance() local
|
| D | executer_factory.cpp | 39 std::shared_ptr<ExecuterFactory> temp = std::make_shared<ExecuterFactory>(); in GetInstance() local
|
| /base/powermgr/thermal_manager/frameworks/native/ |
| D | thermal_srv_sensor_info.cpp | 23 ThermalSrvSensorInfo::ThermalSrvSensorInfo(std::string &type, int32_t &temp): type_(type), temp_(te… in ThermalSrvSensorInfo()
|
| /base/startup/init/test/moduletest/ |
| D | syspara.cpp | 61 const char *temp = nullptr; in SysParaApiDumpCmd() local
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/ |
| D | write_file.cpp | 59 char *temp = buffer.get() + num; in CopyFile() local
|
| /base/account/os_account/test/fuzztest/osaccount/setosaccountconstraints_fuzzer/ |
| D | setosaccountconstraints_fuzzer.cpp | 43 int32_t temp = fuzzData.GetData<int32_t>() % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsFuzzTest() local
|