Home
last modified time | relevance | path

Searched defs:buffLen (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c23 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 Dipc_cmd_parser.cpp70 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 Ddb_ability.cpp56 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 Dipc_cmd_register.cpp27 size_t buffLen) in SetRequest()
/ohos5.0/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_impl.cpp31 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 Dpermission_policy.cpp96 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 Dipc_cmd_parser.cpp60 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 Dconnected_nfc_tag_vendor_adapter.cpp222 uint32_t buffLen = sizeof(buff); in ReadNdefData() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_guard.cpp45 constexpr int buffLen = SHA256_DIGEST_LENGTH * 2 + 1; in GetShaStr() local
/ohos5.0/base/startup/init/services/loopevent/task/
H A Dle_asynctask.c133 const TaskHandle taskHandle, uint64_t eventId, const uint8_t *data, uint32_t buffLen) in LE_StartAsyncEvent()
H A Dle_task.c170 const TaskHandle taskHandle, const BufferHandle buffHandle, uint32_t buffLen) in LE_Send()
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c55 …ROL_FD_STATIC void CmdOnRecvMessage(const TaskHandle task, const uint8_t *buffer, uint32_t buffLen) in CmdOnRecvMessage()
H A Dcontrol_fd_client.c75 …_STATIC void CmdClientOnRecvMessage(const TaskHandle task, const uint8_t *buffer, uint32_t buffLen) in CmdClientOnRecvMessage()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c36 …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 Dapp_spawn_client_test.cpp63 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 Dloopevent_unittest.cpp60 …sAsyncEvent(const TaskHandle taskHandle, uint64_t eventId, const uint8_t *buffer, uint32_t buffLen) in ProcessAsyncEvent()
H A Dloopserver_unittest.cpp120 …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 Dpkg_package_unittest.cpp136 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 Dbundle_daemon.cpp217 size_t buffLen = 0; in StoreContentToFileInvoke() local
/ohos5.0/base/startup/init/test/unittest/init/
H A Dgroup_unittest.cpp64 size_t buffLen = strlen(buff); in TestHashKeyFunction() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp1172 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 Duntar_file.cpp218 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 Dtest_capi_skeleton.cpp724 int32_t buffLen = 0; in SendAndEchoBuffer() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp65 size_t buffLen = strlen(buff); in TestGenHashCode() local
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H A Ddlp_permission_serializer.cpp78 …c int32_t ReadUint8ArrayFromJson(const unordered_json& permJson, uint8_t** buff, uint32_t& buffLen, in ReadUint8ArrayFromJson()

12