/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | endian_converter.cpp | 26 uint32_t temp; in HostToNet() local 27 auto err = memcpy_s(&temp, sizeof(temp), &value, sizeof(temp)); in HostToNet() 31 temp = htole32(temp); in HostToNet() 32 err = memcpy_s(&value, sizeof(value), &temp, sizeof(value)); in HostToNet() 41 uint32_t temp; in NetToHost() local 42 auto err = memcpy_s(&temp, sizeof(temp), in NetToHost() 56 uint64_t temp; HostToNet() local 71 uint64_t temp; NetToHost() local [all...] |
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_main_statemachine.cpp | 38 MainSmStateTable temp; in NetworkShareMainStateMachine() local 39 temp.event_ = EVENT_IFACE_SM_STATE_ACTIVE; in NetworkShareMainStateMachine() 40 temp.curState_ = MAINSTATE_INIT; in NetworkShareMainStateMachine() 41 temp.func_ = &NetworkShareMainStateMachine::HandleInitInterfaceStateActive; in NetworkShareMainStateMachine() 42 temp.nextState_ = MAINSTATE_ALIVE; in NetworkShareMainStateMachine() 43 stateTable_.push_back(temp); in NetworkShareMainStateMachine() 45 temp.event_ = EVENT_IFACE_SM_STATE_INACTIVE; in NetworkShareMainStateMachine() 46 temp.curState_ = MAINSTATE_INIT; in NetworkShareMainStateMachine() 47 temp.func_ = &NetworkShareMainStateMachine::HandleInitInterfaceStateInactive; in NetworkShareMainStateMachine() 48 temp in NetworkShareMainStateMachine() 203 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleInitInterfaceStateActive() local 222 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleAliveInterfaceStateActive() local 256 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); EraseSharedSubSM() local 297 const MessageUpstreamInfo &temp = std::any_cast<const MessageUpstreamInfo &>(messageObj); HandleAliveUpstreamMonitorCallback() local 323 const MessageIfaceActive &temp = std::any_cast<const MessageIfaceActive &>(messageObj); HandleErrorInterfaceStateInactive() local [all...] |
H A D | networkshare_sub_statemachine.cpp | 92 SubSmStateTable temp; in CreateInitStateTable() local 93 temp.event_ = CMD_NETSHARE_REQUESTED; in CreateInitStateTable() 94 temp.curState_ = SUBSTATE_INIT; in CreateInitStateTable() 95 temp.func_ = &NetworkShareSubStateMachine::HandleInitSharingRequest; in CreateInitStateTable() 96 temp.nextState_ = SUBSTATE_SHARED; in CreateInitStateTable() 97 stateTable_.push_back(temp); in CreateInitStateTable() 99 temp.event_ = CMD_INTERFACE_DOWN; in CreateInitStateTable() 100 temp.curState_ = SUBSTATE_INIT; in CreateInitStateTable() 101 temp.func_ = &NetworkShareSubStateMachine::HandleInitInterfaceDown; in CreateInitStateTable() 102 temp in CreateInitStateTable() 108 SubSmStateTable temp; CreateSharedStateTable() local [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_change_notification_test.cpp | 111 std::shared_ptr<ProfileChangeNotification> temp = in HWTEST_F() local 113 std::string result = temp->GetDeviceId(); in HWTEST_F() 125 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local 126 bool result = temp->IsLocal(); in HWTEST_F() 139 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local 140 bool result = temp->Marshalling(parcel); in HWTEST_F() 171 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local 172 bool result = temp->Unmarshalling(parcel); in HWTEST_F() 186 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); in HWTEST_F() local 187 bool result = temp in HWTEST_F() 201 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local 221 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local 236 std::shared_ptr<ProfileChangeNotification> temp = std::make_shared<ProfileChangeNotification>(); HWTEST_F() local 269 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local 290 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local 316 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local 338 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local 358 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local 378 std::shared_ptr<ProfileEventNotifierStub> temp = std::make_shared<ProfileEventNotifierStub>(syncCb); HWTEST_F() local [all...] |
H A D | profile_entry_test.cpp | 65 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); in HWTEST_F() local 66 bool result = temp->Marshalling(parcel); in HWTEST_F() 79 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); in HWTEST_F() local 80 bool result = temp->Unmarshalling(parcel); in HWTEST_F() 93 std::shared_ptr<ProfileEntry> temp = std::make_shared<ProfileEntry>(); in HWTEST_F() local 94 bool result = temp->Marshalling(parcel); in HWTEST_F() 96 result = temp->Unmarshalling(parcel); in HWTEST_F()
|
/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 99 gWrapperHook.isLoad = temp; in HWTEST_F() 111 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 116 gWrapperHook.isLoad = temp; in HWTEST_F() 154 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 160 gWrapperHook.isLoad = temp; in HWTEST_F() 185 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 191 gWrapperHook.isLoad = temp; in HWTEST_F() 216 auto temp = gWrapperHook.isLoad; in HWTEST_F() local 221 gWrapperHook.isLoad = temp; in HWTEST_F() 246 auto temp = gWrapperHook.isLoad; HWTEST_F() local 276 auto temp = gWrapperHook.isLoad; HWTEST_F() local 306 auto temp = gWrapperHook.isLoad; HWTEST_F() local 336 auto temp = gWrapperHook.isLoad; HWTEST_F() local 354 auto temp = gWrapperHook.isLoad; HWTEST_F() local 384 auto temp = gWrapperHook.isLoad; HWTEST_F() local 414 auto temp = gWrapperHook.isLoad; HWTEST_F() local 444 auto temp = gWrapperHook.isLoad; HWTEST_F() local 474 auto temp = gWrapperHook.isLoad; HWTEST_F() local 504 auto temp = gWrapperHook.isLoad; HWTEST_F() local 522 auto temp = gWrapperHook.isLoad; HWTEST_F() local 552 auto temp = gWrapperHook.isLoad; HWTEST_F() local 582 auto temp = gWrapperHook.isLoad; HWTEST_F() local 599 auto temp = gWrapperHook.isLoad; HWTEST_F() local 629 auto temp = gWrapperHook.isLoad; HWTEST_F() local 685 auto temp = gWrapperHook.isLoad; HWTEST_F() local 715 auto temp = gWrapperHook.isLoad; HWTEST_F() local 771 auto temp = gWrapperHook.isLoad; HWTEST_F() local 801 auto temp = gWrapperHook.isLoad; HWTEST_F() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 43 static int kbase_simple_power_model_get_dummy_temp(struct thermal_zone_device *tz, unsigned long *temp) in kbase_simple_power_model_get_dummy_temp() argument 45 *temp = READ_ONCE(dummy_temp); in kbase_simple_power_model_get_dummy_temp() 52 static int kbase_simple_power_model_get_dummy_temp(struct thermal_zone_device *tz, int *temp) in kbase_simple_power_model_get_dummy_temp() argument 54 *temp = READ_ONCE(dummy_temp); in kbase_simple_power_model_get_dummy_temp() 63 #define thermal_zone_get_temp(tz, temp) kbase_simple_power_model_get_dummy_temp(tz, temp) 65 void kbase_simple_power_model_set_dummy_temp(int temp) in kbase_simple_power_model_set_dummy_temp() argument 67 WRITE_ONCE(dummy_temp, temp); in kbase_simple_power_model_set_dummy_temp() 147 unsigned long temp; in poll_temperature() local 149 int temp; in poll_temperature() local 184 int temp; model_static_coeff() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_descriptor_cache.cpp | 178 for (const auto& temp : stylishFullNameMap_) { in GetStylishFontList() 179 fullNameList.emplace(temp.first); in GetStylishFontList() 187 for (const auto& temp : allFontDescriptor_) { in GetGenericFontList() 188 fullNameList.emplace(temp->fullName); in GetGenericFontList() 315 std::set<FontDescSharedPtr> temp; in HandleMapIntersection() local 317 std::insert_iterator<std::set<FontDescSharedPtr>>(temp, temp.begin())); in HandleMapIntersection() 318 if (temp.empty()) { in HandleMapIntersection() 321 finishRet = std::move(temp); in HandleMapIntersection() 336 std::set<FontDescSharedPtr> temp; in FilterBoldCache() local 373 std::set<FontDescSharedPtr> temp; FilterWidthCache() local 402 std::set<FontDescSharedPtr> temp; FilterItalicCache() local 426 std::set<FontDescSharedPtr> temp; FilterMonoSpaceCache() local 449 std::set<FontDescSharedPtr> temp; FilterSymbolicCache() local [all...] |
/applications/sample/camera/communication/wpa_cli/src/ |
H A D | wpa_cli_sample.c | 154 int temp = 0; in TestNetworkConfig() local 155 temp = sprintf_s(cmd, sizeof(cmd), "SET_NETWORK %.*s ssid \"example\"", networkIdLen, networkId); in TestNetworkConfig() 156 if (temp != 0) { in TestNetworkConfig() 157 printf("result is %d\n", temp); in TestNetworkConfig() 161 temp = sprintf_s(cmd, sizeof(cmd), "SET_NETWORK %.*s psk \"012345678\"", networkIdLen, networkId); in TestNetworkConfig() 162 if (temp != 0) { in TestNetworkConfig() 163 printf("result is %d\n", temp); in TestNetworkConfig() 167 temp = sprintf_s(cmd, sizeof(cmd), "ENABLE_NETWORK %.*s", networkIdLen, networkId); in TestNetworkConfig() 168 if (temp != 0) { in TestNetworkConfig() 169 printf("result is %d\n", temp); in TestNetworkConfig() [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/ |
H A D | video_sink_decoder_demo.cpp | 54 char *temp = fileBuffer; in ReadOnePacket() local 55 temp += START_CODE_SIZE_FRAME; in ReadOnePacket() 58 file_->read(temp, 1); in ReadOnePacket() 59 if (*temp == START_CODE) { in ReadOnePacket() 60 if ((temp[START_CODE_OFFSET_ONE] == 0) && (temp[START_CODE_OFFSET_SEC] == 0) && in ReadOnePacket() 61 (temp[START_CODE_OFFSET_THIRD] == 0)) { in ReadOnePacket() 63 temp -= (START_CODE_SIZE_FRAME - 1); in ReadOnePacket() 66 } else if ((temp[START_CODE_OFFSET_ONE] == 0) && (temp[START_CODE_OFFSET_SE in ReadOnePacket() [all...] |
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilityconfig_fuzzer/ |
H A D | accessibilityconfig_fuzzer.cpp | 87 uint32_t temp = 0; in GenerateCaptionProperty() local 88 position += GetObject<uint32_t>(temp, &data[position], size - position); in GenerateCaptionProperty() 89 property.SetFontColor(temp); in GenerateCaptionProperty() 91 position += GetObject<uint32_t>(temp, &data[position], size - position); in GenerateCaptionProperty() 92 property.SetWindowColor(temp); in GenerateCaptionProperty() 94 position += GetObject<uint32_t>(temp, &data[position], size - position); in GenerateCaptionProperty() 95 property.SetBackgroundColor(temp); in GenerateCaptionProperty() 97 position += GetObject<uint32_t>(temp, &data[position], size - position); in GenerateCaptionProperty() 98 property.SetFontScale(static_cast<int32_t>(temp)); in GenerateCaptionProperty() 130 uint32_t temp in DoSomethingInterestingSetConfig() local 165 uint32_t temp = 0; DoSomethingInterestingGetAbility() local 213 uint32_t temp = 0; DoSomethingInterestingGetConfig() local [all...] |
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | parcel_util.cpp | 41 auto *temp = malloc(rawMem.bufferLen); // free by Parcel!
in Raw2Parcel() local 42 if (temp == nullptr) {
in Raw2Parcel() 45 auto err = memcpy_s(temp, rawMem.bufferLen, reinterpret_cast<const void *>(rawMem.buffer), rawMem.bufferLen);
in Raw2Parcel() 47 free(temp);
in Raw2Parcel() 50 bool ret = parcel.ParseFrom(reinterpret_cast<uintptr_t>(temp), rawMem.bufferLen);
in Raw2Parcel() 52 free(temp);
in Raw2Parcel()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_adapter_utils.cpp | 35 char temp[18] = {0}; // convert addr len. in ConvertAddr() local 36 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in ConvertAddr() 41 out = string(temp); in ConvertAddr() 63 char temp[18] = {0}; in GetAddrFromByte() local 64 (void)sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in GetAddrFromByte() 66 out = string(temp); in GetAddrFromByte()
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_test.cpp | 335 int32_t temp = stub->StubHandleAllocSocketFd(data, reply);
in HWTEST_F() local 336 EXPECT_EQ(ret, temp);
in HWTEST_F() 340 temp = stub->StubAddInputEventFilter(data, reply);
in HWTEST_F() 341 EXPECT_EQ(ret, temp);
in HWTEST_F() 345 temp = stub->StubRemoveInputEventFilter(data, reply);
in HWTEST_F() 346 EXPECT_EQ(ret, temp);
in HWTEST_F() 350 temp = stub->StubSetMouseScrollRows(data, reply);
in HWTEST_F() 351 EXPECT_EQ(ret, temp);
in HWTEST_F() 355 temp = stub->StubGetMouseScrollRows(data, reply);
in HWTEST_F() 356 EXPECT_EQ(ret, temp);
in HWTEST_F() 389 int32_t temp = stub->StubSetMouseIcon(data, reply); HWTEST_F() local 443 int32_t temp = stub->StubRemoveInputEventObserver(data, reply); HWTEST_F() local 497 int32_t temp = stub->StubGetDeviceIds(data, reply); HWTEST_F() local 551 int32_t temp = stub->StubSubscribeKeyEvent(data, reply); HWTEST_F() local 605 int32_t temp = stub->StubMoveMouseEvent(data, reply); HWTEST_F() local 659 int32_t temp = stub->StubSetFunctionKeyState(data, reply); HWTEST_F() local 713 int32_t temp = stub->StubSetTouchpadScrollSwitch(data, reply); HWTEST_F() local 767 int32_t temp = stub->StubSetKeyboardRepeatDelay(data, reply); HWTEST_F() local 821 int32_t temp = stub->StubSetTouchpadRotateSwitch(data, reply); HWTEST_F() local 875 int32_t temp = stub->StubAuthorize(data, reply); HWTEST_F() local 923 int32_t temp = stub->StubSetTouchpadScrollRows(data, reply); HWTEST_F() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 53 int *temp) in kbase_simple_power_model_get_dummy_temp() 55 *temp = READ_ONCE(dummy_temp); in kbase_simple_power_model_get_dummy_temp() 63 #define thermal_zone_get_temp(tz, temp) \ 64 kbase_simple_power_model_get_dummy_temp(tz, temp) 66 void kbase_simple_power_model_set_dummy_temp(int temp) in kbase_simple_power_model_set_dummy_temp() argument 68 WRITE_ONCE(dummy_temp, temp); in kbase_simple_power_model_set_dummy_temp() 149 int temp; in poll_temperature() local 159 ret = thermal_zone_get_temp(tz, &temp); in poll_temperature() 163 temp = FALLBACK_STATIC_TEMPERATURE; in poll_temperature() 166 temp in poll_temperature() 51 kbase_simple_power_model_get_dummy_temp( struct thermal_zone_device *tz, int *temp) kbase_simple_power_model_get_dummy_temp() argument 185 int temp; model_static_coeff() local [all...] |
/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 72 ChannelDfxInfo *temp = NULL; in AddChannelStatisticsInfo() local 73 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in AddChannelStatisticsInfo() 74 if (temp->channelId == channelId && temp->channelType == channelType) { in AddChannelStatisticsInfo() 113 NetworkStatisticsInfo *temp = NULL; in AddNetworkResource() local 114 LIST_FOR_EACH_ENTRY(temp, &g_networkResourceList->list, NetworkStatisticsInfo, node) { in AddNetworkResource() 115 if (temp->resource.laneId == networkResource->laneId) { in AddNetworkResource() 157 ChannelDfxInfo *temp = NULL; in IsChannelDfxInfoValid() local 158 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in IsChannelDfxInfoValid() 159 if (temp in IsChannelDfxInfoValid() 183 ChannelDfxInfo *temp = NULL; RemoveChannelDfxInfo() local 235 NetworkStatisticsInfo *temp = NULL; UpdateNetworkResourceByLaneId() local 295 ChannelStatisticsInfo *temp = NULL; PackNetworkStatistics() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | thermal_ipa_power.h | 12 TP_PROTO(u32 leakage, u32 coefficient, s32 temp, u32 temp_scaling_factor, u32 volt, u32 volt_scaling_factor,
15 TP_ARGS(leakage, coefficient, temp, temp_scaling_factor, volt, volt_scaling_factor, static_power),
17 TP_STRUCT__entry(__field(u32, leakage) __field(u32, coefficient) __field(s32, temp)
21 TP_fast_assign(__entry->leakage = leakage; __entry->coefficient = coefficient; __entry->temp = temp;
25 __entry->temp, __entry->temp_scaling_factor, __entry->volt, __entry->volt_scaling_factor,
|
/device/soc/rockchip/rk3588/kernel/include/trace/events/ |
H A D | thermal_ipa_power.h | 11 TP_PROTO(u32 leakage, u32 coefficient, s32 temp, 15 TP_ARGS(leakage, coefficient, temp, temp_scaling_factor, volt, 21 __field(s32, temp) 31 __entry->temp = temp; 38 __entry->leakage, __entry->coefficient, __entry->temp,
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | thermal_netlink.h | 18 int temp, int hyst); 20 int temp, int hyst); 25 int thermal_genl_sampling_temp(int id, int temp); 68 int temp, int hyst) in thermal_notify_tz_trip_add() 74 int temp, int hyst) in thermal_notify_tz_trip_change() 100 static inline int thermal_genl_sampling_temp(int id, int temp) in thermal_genl_sampling_temp() argument 67 thermal_notify_tz_trip_add(int tz_id, int id, int type, int temp, int hyst) thermal_notify_tz_trip_add() argument 73 thermal_notify_tz_trip_change(int tz_id, int id, int type, int temp, int hyst) thermal_notify_tz_trip_change() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion.h | 102 auto const temp = Quat(x - rhs.x, y - rhs.y, z - rhs.z, w - rhs.w); in operator ==() local 103 const float sqmgt = temp.x * temp.x + temp.y * temp.y + temp.z * temp.z + temp.w * temp.w; in operator ==()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | value_object.cpp | 201 auto temp = std::get<std::string>(value); in operator int64_t() local 202 val = temp.empty() ? 0L : int64_t(strtoll(temp.c_str(), nullptr, 0)); in operator int64_t() 218 auto temp = std::get<std::string>(value); in operator double() local 219 val = temp.empty() ? 0.0 : double(strtod(temp.c_str(), nullptr)); in operator double() 235 auto temp = std::get<std::string>(value); in operator bool() local 236 val = (temp == "true" || temp != "0"); in operator bool() 262 auto temp in operator std::string() local 267 double temp = std::get<double>(value); operator std::string() local 287 auto temp = std::get<std::string>(value); operator Blob() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | circular_buffer.h | 45 T *temp = copy.begin(); in circular_buffer() local 46 while (temp != copy.end()) { in circular_buffer() 47 circular_buffer_.push_back(*temp); in circular_buffer() 48 temp++; in circular_buffer() 167 T *temp = copy.begin(); in operator =() local 168 while (temp != copy.end()) { in operator =() 169 circular_buffer_.push_back(*temp); in operator =() 170 temp++; in operator =()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | ipc_stream_listener_stub.cpp | 57 int32_t temp = data.ReadInt32(); in HandleOnOperationHandled() local 58 if (temp < 0 || temp >= MAX_OPERATION_CODE) { in HandleOnOperationHandled() 60 AUDIO_ERR_LOG("HandleOnOperationHandled failed, invalid operation: %{public}d", temp); in HandleOnOperationHandled() 64 Operation operation = static_cast<Operation>(temp); in HandleOnOperationHandled()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/pairdevice_fuzzer/ |
H A D | pairdevice_fuzzer.cpp | 34 char temp[18] = {0}; in DoSomethingInterestingWithMyAPI() local 35 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in DoSomethingInterestingWithMyAPI() 38 addr = std::string(temp); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/bluetooth_service/test/fuzztest/host/cancelpaireddevice_fuzzer/ |
H A D | cancelpaireddevice_fuzzer.cpp | 35 char temp[18] = {0}; in DoSomethingInterestingWithMyAPI() local 36 int ret = sprintf_s(temp, sizeof(temp), "%02X:%02X:%02X:%02X:%02X:%02X", in DoSomethingInterestingWithMyAPI() 39 addr = std::string(temp); in DoSomethingInterestingWithMyAPI()
|