/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/web/webview/ohos_glue/ohos_adapter/bridge/ |
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/security/access_token/services/tokensyncmanager/test/mock/src/ |
D | soft_bus_center_mock.cpp | 53 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/ |
D | das_task_main.c | 64 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/ |
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/telephony/sms_mms/services/sms/gsm/ |
D | gsm_sms_common_utils.cpp | 164 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/ |
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
|
D | res_config_impl.cpp | 91 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/ |
D | hks_tmp_client.c | 32 struct HksBlob temp = { random->size, random->data }; in hks_generate_random() 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
|
D | res_config_impl.cpp | 142 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/ |
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 139 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/account/os_account/test/fuzztest/osaccount/setosaccountconstraints_fuzzer/ |
D | setosaccountconstraints_fuzzer.cpp | 41 int temp = size % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsFuzzTest() 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_stub/setosaccountconstraintsstub_fuzzer/ |
D | setosaccountconstraintsstub_fuzzer.cpp | 43 int temp = size % CONSTANTS_NUMBER_THREE; in SetOsAccountConstraintsStubFuzzTest() local
|
/base/request/request/frameworks/native/src/ |
D | response_message_receiver.cpp | 99 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
|