Searched refs:newAddr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 453 int8_t* newAddr = addr - initAllocSz; variable 454 (void)memset_s(newAddr, initAllocSz, 0, initAllocSz); 484 int8_t* newAddr = addr - initAllocSz; variable 485 (void)memset_s(newAddr, initAllocSz, 0, initAllocSz);
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 427 int8_t* newAddr = addr - initAllocSz; variable 428 (void)memset_s(newAddr, initAllocSz, 0, initAllocSz);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.h | 100 static void ReverseAddress(uint8_t *oldAddr, uint8_t *newAddr);
|
H A D | pan_service.cpp | 286 void PanService::ReverseAddress(uint8_t *oldAddr, uint8_t *newAddr) in ReverseAddress() argument 289 newAddr[i] = oldAddr[BT_ADDRESS_LENGTH - i - 1]; in ReverseAddress()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_cec.c | 296 void HdmiCecEncodingRoutingChangeMsg(struct HdmiCecMsg *msg, uint16_t orgAddr, uint16_t newAddr, bo… in HdmiCecEncodingRoutingChangeMsg() argument 303 msg->data[HDMI_CEC_MSG_DATA_FORTH_ELEMENT] = (newAddr >> HDMI_ONE_BYTE_SHIFT); in HdmiCecEncodingRoutingChangeMsg() 304 msg->data[HDMI_CEC_MSG_DATA_FIFTH_ELEMENT] = (newAddr & HDMI_ONE_BYTE_MARK); in HdmiCecEncodingRoutingChangeMsg()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_cec.h | 1790 void HdmiCecEncodingRoutingChangeMsg(struct HdmiCecMsg *msg, uint16_t orgAddr, uint16_t newAddr, bo…
|