Home
last modified time | relevance | path

Searched refs:byteData (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs110 pub type OnBytesReceived = extern "C" fn (session_id: i32, byteData: *const c_void, data_len: u32);
113 pub type OnMessageReceived = extern "C" fn (session_id: i32, byteData: *const c_void, data_len: u32);
116 pub type OnstreamReceived = extern "C" fn (session_id: i32, byteData: *const StreamData,
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp382 char byteData[] = "test_byte"; in HWTEST_F() local
383 int32_t ret = GetByteFromJson(nullptr, "name", nullptr, sizeof(byteData)); in HWTEST_F()
385 ret = GetByteFromJson(validJson, "gender", reinterpret_cast<uint8_t *>(byteData), sizeof(byteData)); in HWTEST_F()
387 ret = GetByteFromJson(validJson, "name", reinterpret_cast<uint8_t *>(byteData), TEST_LENGTH_ZERO); in HWTEST_F()
444 char byteData[] = "test_byte"; in HWTEST_F() local
445 int32_t ret = AddByteToJson(nullptr, "name", reinterpret_cast<uint8_t *>(byteData), sizeof(byteData)); in HWTEST_F()
447 ret = AddByteToJson(childObj, "gender", reinterpret_cast<uint8_t *>(byteData), sizeof(byteData)); in HWTEST_F()
488 const uint8_t byteData[] = "1234"; HWTEST_F() local
[all...]
/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp398 unsigned char *byteData = hexData.get(); in ProcessSpnGeneral() local
399 unsigned char value = byteData[0]; in ProcessSpnGeneral()

Completed in 5 milliseconds