Home
last modified time | relevance | path

Searched refs:MEMCPY_SEC_FUN_FAIL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp115 MMI_HILOGE("Failed to call memcpy_sp. errCode:%{public}d", MEMCPY_SEC_FUN_FAIL); in Read()
147 MMI_HILOGE("Failed to call memcpy_sp. errCode:%{public}d", MEMCPY_SEC_FUN_FAIL); in Write()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_buffer.cpp114 FI_HILOGE("Failed to call memcpy_sp, errCode:%{public}d", MEMCPY_SEC_FUN_FAIL); in Read()
148 FI_HILOGE("Failed to call memcpy_sp, errCode:%{public}d", MEMCPY_SEC_FUN_FAIL); in Write()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Derror_multimodal.h58 MEMCPY_SEC_FUN_FAIL, enumerator
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h26 inline constexpr int32_t MEMCPY_SEC_FUN_FAIL { 4 };
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs38 const MEMCPY_SEC_FUN_FAIL: i32 = 4; const