/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_change_notification_test.cpp | 111 std::shared_ptr<ProfileChangeNotification> temp = variable 125 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 139 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 171 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 186 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 201 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 221 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 236 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); variable 269 …std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb… variable 290 …std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb… variable [all …]
|
H A D | profile_entry_test.cpp | 65 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); variable 79 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); variable 93 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); variable
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | endian_converter.cpp | 26 uint32_t temp; in HostToNet() local 41 uint32_t temp; in NetToHost() local 56 uint64_t temp; in HostToNet() local 71 uint64_t temp; in NetToHost() local
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A 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
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A 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
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | ylong_json_sdv_test.rs | 338 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable 355 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable 372 let temp = JsonValue::from_text(&vec).unwrap(); in sdv_json_output() localVariable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_dfx.c | 216 DFileEvent temp; in EventAssemble() local 234 DFileEventParam temp; in WaitFileHeaderTimeoutEvent() local 256 DFileEventParam temp; in DFileServerCreateEvent() local 277 DFileEventParam temp; in DFileClientCreateEvent() local 299 DFileEventParam temp; in DFileSendFileBeginEvent() local 321 DFileEventParam temp; in PeerShuttedEvent() local 343 DFileEventParam temp; in TransferCompleteEvent() local 365 DFileEventParam temp; in AcceptSocketEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_divider_add_test.cpp | 339 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider2, dividerHeight, dividerInfo2); variable 392 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider3, dividerHeight, dividerInfo3); variable 440 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider4, dividerHeight, dividerInfo4); variable 490 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider5, dividerHeight, dividerInfo5); variable 538 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider6, dividerHeight, dividerInfo6); variable 584 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider7, dividerHeight, dividerInfo7); variable 627 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider8, dividerHeight, dividerInfo8); variable 669 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider9, dividerHeight, dividerInfo9); variable 710 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider10, dividerHeight, dividerInfo10); variable 751 auto temp = textPickerPaintMethod->SetStrokeWidth(itemDivider11, dividerHeight, dividerInfo11); variable [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/ |
H A D | native_module_uri.cpp | 108 std::string temp = muri->IsFailed(); in IsFailed() local 121 std::string temp = muri->ToString(); in UriToString() local 245 std::string temp = muri->GetScheme(); in GetScheme() local 279 std::string temp = muri->GetSsp(); in GetSsp() local 292 std::string temp = muri->GetUserinfo(); in GetUserinfo() local 309 std::string temp = muri->GetHost(); in GetHost() local 326 std::string temp = muri->GetPort(); in GetPort() local 339 std::string temp = muri->GetPath(); in GetPath() local 356 std::string temp = muri->GetQuery(); in GetQuery() local 373 std::string temp = muri->GetFragment(); in GetFragment() local [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_helper_test/ |
H A D | print_bms_helper_test.cpp | 74 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
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_textdecoder.h | 119 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::BOM_SEEN_FLG); in IsBomFlag() local 128 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 137 int32_t temp = label_ & static_cast<int32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_main_statemachine.cpp | 38 MainSmStateTable temp; in NetworkShareMainStateMachine() local 186 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); in HandleInitInterfaceStateActive() local 205 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); in HandleAliveInterfaceStateActive() local 239 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); in EraseSharedSubSM() local 280 const MessageUpstreamInfo &temp = std::any_cast<const MessageUpstreamInfo &>(messageObj); in HandleAliveUpstreamMonitorCallback() local 306 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); in HandleErrorInterfaceStateInactive() local
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db_ops_v1.c | 80 uint8_t *temp = data; in GetPinIndexV1() local 105 uint8_t *temp = data; in UnpackPinDbV1() local 180 uint8_t *temp = data; in WritePinInfo() local 238 uint8_t *temp = data; in WritePinDbV1() local
|
H A D | pin_db_ops_v0.c | 49 uint8_t *temp = data; in GetPinIndexV0() local 74 uint8_t *temp = data; in UnpackPinDbV0() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 94 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 111 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 154 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 185 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 216 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 246 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 276 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 306 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 336 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 354 auto temp = gWrapperHook.isLoad; in HWTEST_F() local [all …]
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A 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
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/ |
H A D | mission_info_mgr_test.cpp | 171 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; variable 217 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; variable 267 auto temp = missionInfoMgr->taskDataPersistenceMgr_->handler_; variable 472 auto temp = missionInfoMgr->taskDataPersistenceMgr_; variable 498 auto temp = missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_; variable 605 auto temp = missionInfoMgr->snapshotHandler_; variable 632 auto temp = missionInfoMgr->taskDataPersistenceMgr_; variable 664 auto temp = missionInfoMgr->taskDataPersistenceMgr_; variable
|
/ohos5.0/base/telephony/sms_mms/utils/ |
H A 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
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 109 napi_value temp = nullptr; variable 134 napi_value temp = nullptr; variable 159 napi_value temp = nullptr; variable 181 napi_value temp = nullptr; variable 317 napi_value temp = nullptr; variable 342 napi_value temp = nullptr; variable 387 napi_value temp = nullptr; variable 419 napi_value temp = nullptr; variable 442 napi_value temp = nullptr; variable 539 napi_value temp = nullptr; variable [all …]
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A 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 189 std::string temp; in GetLocalInfo() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 72 ChannelDfxInfo *temp = NULL; in AddChannelStatisticsInfo() local 113 NetworkStatisticsInfo *temp = NULL; in AddNetworkResource() local 157 ChannelDfxInfo *temp = NULL; in IsChannelDfxInfoValid() local 183 ChannelDfxInfo *temp = NULL; in RemoveChannelDfxInfo() local 235 NetworkStatisticsInfo *temp = NULL; in UpdateNetworkResourceByLaneId() local 295 ChannelStatisticsInfo *temp = NULL; in PackNetworkStatistics() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | value_object.cpp | 201 auto temp = std::get<std::string>(value); variable 218 auto temp = std::get<std::string>(value); variable 235 auto temp = std::get<std::string>(value); variable 262 auto temp = std::get<int64_t>(value); variable 267 double temp = std::get<double>(value); variable 287 auto temp = std::get<std::string>(value); variable
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
H A 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
|
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/ |
H A D | event_target.cpp | 40 EventListener* temp = nullptr; in ~EventTarget() local 108 EventListener* temp = nullptr; in Off() local 135 EventListener* temp = nullptr; in Off() local
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A 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
|