/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | uint8buff_utils.c | 23 int32_t InitUint8Buff(Uint8Buff *buff, uint32_t buffLen) in InitUint8Buff() 85 uint32_t buffLen = buff->length; in ToLowerCase() local
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 70 size_t buffLen) in ON_IPC_SET_REQUEST() 91 uint8_t *buffer, size_t buffLen) in ON_IPC_SET_REQUEST() 106 size_t buffLen) in ON_IPC_SET_REQUEST() 133 size_t buffLen) in ON_IPC_SET_REQUEST() 167 size_t buffLen) in ON_IPC_SET_REQUEST() 187 size_t buffLen) in ON_IPC_SET_REQUEST() 205 size_t buffLen) in ON_IPC_SET_REQUEST() 231 size_t buffLen) in ON_IPC_SET_REQUEST() 257 size_t buffLen) in ON_IPC_SET_REQUEST() 289 size_t buffLen) in ON_IPC_SET_REQUEST()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | db_ability.cpp | 56 uint32_t buffLen = (curAbility.GetAbilityBitsLen() % SERIALIZE_BIT_SIZE != 0) ? div + 1 : div; in Serialize() local 101 uint32_t buffLen = (curAbility.GetAbilityBitsLen() % SERIALIZE_BIT_SIZE != 0) ? div + 1 : div; in CalculateLen() local
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/lite/ |
H A D | ipc_cmd_register.cpp | 27 size_t buffLen) in SetRequest()
|
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/ |
H A D | connected_nfc_tag_impl.cpp | 31 static int EventCallback(uint8_t event, uint8_t *buff, uint32_t buffLen) in EventCallback()
|
/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | permission_policy.cpp | 96 static void FreeUint8Buffer(uint8_t** buff, uint32_t& buffLen) in FreeUint8Buffer() 292 void FreeCharBuffer(char* buff, uint32_t buffLen) in FreeCharBuffer()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 60 size_t buffLen) in ON_IPC_SET_REQUEST() 80 size_t buffLen) in ON_IPC_SET_REQUEST() 100 size_t buffLen) in ON_IPC_SET_REQUEST()
|
/ohos5.0/drivers/peripheral/connected_nfc_tag/vendor_adapter/ |
H A D | connected_nfc_tag_vendor_adapter.cpp | 222 uint32_t buffLen = sizeof(buff); in ReadNdefData() local
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_repeat_guard.cpp | 45 constexpr int buffLen = SHA256_DIGEST_LENGTH * 2 + 1; in GetShaStr() local
|
/ohos5.0/base/startup/init/services/loopevent/task/ |
H A D | le_asynctask.c | 133 const TaskHandle taskHandle, uint64_t eventId, const uint8_t *data, uint32_t buffLen) in LE_StartAsyncEvent()
|
H A D | le_task.c | 170 const TaskHandle taskHandle, const BufferHandle buffHandle, uint32_t buffLen) in LE_Send()
|
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd_service.c | 55 …ROL_FD_STATIC void CmdOnRecvMessage(const TaskHandle task, const uint8_t *buffer, uint32_t buffLen) in CmdOnRecvMessage()
|
H A D | control_fd_client.c | 75 …_STATIC void CmdClientOnRecvMessage(const TaskHandle task, const uint8_t *buffer, uint32_t buffLen) in CmdClientOnRecvMessage()
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 36 …PAWN_STATIC int GetCgroupPath(const AppSpawnedProcessInfo *appInfo, char *buffer, uint32_t buffLen) in GetCgroupPath()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 63 testServer.Start([](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500102() 88 [](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500202() 152 [](TestConnection *connection, const uint8_t *buffer, uint32_t buffLen) { in __anonf4164f500402()
|
/ohos5.0/base/startup/init/test/unittest/loopevent/ |
H A D | loopevent_unittest.cpp | 60 …sAsyncEvent(const TaskHandle taskHandle, uint64_t eventId, const uint8_t *buffer, uint32_t buffLen) in ProcessAsyncEvent()
|
H A D | loopserver_unittest.cpp | 120 …sAsyncEvent(const TaskHandle taskHandle, uint64_t eventId, const uint8_t *buffer, uint32_t buffLen) in ProcessAsyncEvent()
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_package_unittest.cpp | 136 int32_t buffLen = MAX_FILE_NAME + sizeof(LocalFileHeader) + sizeof(DataDescriptor) + in TestBigZipEntry() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon.cpp | 217 size_t buffLen = 0; in StoreContentToFileInvoke() local
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | group_unittest.cpp | 64 size_t buffLen = strlen(buff); in TestHashKeyFunction() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_query_sync_test.cpp | 1172 uint32_t buffLen = obj1.CalculateParcelLen(SOFTWARE_VERSION_CURRENT); variable 1348 uint32_t buffLen = obj1.CalculateParcelLen(SOFTWARE_VERSION_CURRENT); variable
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | untar_file.cpp | 218 bool UntarFile::CheckIfTarBlockValid(char *buff, size_t buffLen, TarHeader *header, int &ret) in CheckIfTarBlockValid()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 724 int32_t buffLen = 0; in SendAndEchoBuffer() local
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 65 size_t buffLen = strlen(buff); in TestGenHashCode() local
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
H A D | dlp_permission_serializer.cpp | 78 …c int32_t ReadUint8ArrayFromJson(const unordered_json& permJson, uint8_t** buff, uint32_t& buffLen, in ReadUint8ArrayFromJson()
|