Home
last modified time | relevance | path

Searched defs:buffer (Results 3626 - 3650 of 5691) sorted by relevance

1...<<141142143144145146147148149150>>...228

/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp204 uint8_t *buffer = static_cast<uint8_t *>(malloc(len)); in GenerateAccountInfoDigest() local
/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp413 napi_value buffer = nullptr; in JsObjectToU8Vector() local
/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp66 uint8_t* buffer; member
[all...]
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp747 std::vector<uint8_t> buffer; in HWTEST_F() local
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp187 napi_value buffer; in CreateJsUint8Array() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp542 char *buffer = new char[MAX_PIPE_SIZE]; in DoReadBuf() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp403 void *buffer = malloc(bufferSize); in MakeNewPixelMap() local
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dcertificate_openssl_common.c295 char buffer[24]; in Asn1TimeToStr() local
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain.cpp553 uint8_t *buffer = static_cast<uint8_t *>(CfMalloc(blob->size, 0)); in ConvertBlobToUint8ArrayNapiValue() local
[all...]
H A Dnapi_cert_utils.cpp94 uint8_t *buffer = static_cast<uint8_t *>(CfMalloc(size, 0)); in GenerateArrayBuffer() local
248 uint8_t *buffer = static_cast<uint8_t *>(CfMalloc(blob->size, 0)); ConvertBlobToUint8ArrNapiValue() local
966 uint8_t *buffer = static_cast<uint8_t *>(CfMalloc(blob->size, 0)); ConvertBlobToNapiValue() local
[all...]
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp203 bool HapSigningBlockUtils::SetUnsignedInt32(HapByteBuffer& buffer, int32_t offset, long long value) in SetUnsignedInt32() argument
H A Dhap_cert_verify_openssl_utils.cpp570 std::unique_ptr<char[]> buffer = std::make_unique<char[]>(textLen + 1); in GetTextFromX509Name() local
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_common.cpp296 uint8_t *buffer = static_cast<uint8_t *>(CmMalloc(size)); in GenerateAarrayBuffer() local
/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_verifier.c138 static int32_t CopyBlobBuffer(const uint8_t *buffer, uint32_t len, struct HksBlob *blob) in CopyBlobBuffer() argument
/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp1050 char buffer[PARAM_BUFFER_SIZE] = {0}; in IsHnpInstallEnable() local
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_lite.c222 uint8_t *buffer = (uint8_t *)HksMalloc(sizeof(*keyInfoHead)); in RefreshKeyInfoHeaderHmac() local
561 StoreRootMaterial(const struct HksBlob *name, const struct HksBlob *buffer) StoreRootMaterial() argument
585 GetRootMaterial(const struct HksBlob *name, struct HksBlob *buffer) GetRootMaterial() argument
[all...]
H A Dhks_storage.c160 uint8_t *buffer = (uint8_t *)HksMalloc(size); in CopyKeyBlobFromSrc() local
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp230 char *buffer; in SendLocalChange() member
[all...]
/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp538 char *buffer = nullptr; in ReadFileToBuf() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp340 static int TestParseAppSandboxConfig(AppSpawnSandboxCfg *sandbox, const char *buffer) in TestParseAppSandboxConfig() argument
513 TestVariableReplace(const SandboxContext *context, const char *buffer, uint32_t bufferLen, uint32_t *realLen, const VarExtraData *extraData) TestVariableReplace() argument
/base/startup/init/services/begetctl/
H A Dparam_cmd.c70 static char buffer[PARAM_NAME_LEN_MAX + PARAM_CONST_VALUE_LEN_MAX] = {0}; in GetLocalBuffer() local
75 static char *GetRealParameter(BShellHandle shell, const char *name, char *buffer, uint32_t buffSize) in GetRealParameter() argument
112 char *buffer = GetLocalBuffer(&buffSize); SetParamShellPrompt() local
196 char *buffer = GetLocalBuffer(&buffSize); ShowParamForCmdLs() local
220 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdLs() local
259 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdCat() local
278 char *buffer = GetLocalBuffer(&buffSize); ShowParamForCmdGet() local
293 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdGet() local
324 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdSet() local
370 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdWait() local
405 char *buffer = GetLocalBuffer(&buffSize); BShellParamCmdPwd() local
[all...]
/base/startup/init/test/systest/
H A Dloopserver_systest.c68 uint8_t *buffer; member
80 char buffer[PATH_MAX] = {0}; in MakeDirRec() local
340 int GetMsgFromBuffer(const uint8_t *buffer, uint32_ argument
421 ResponseMsg *buffer = (ResponseMsg *)LE_GetBufferInfo(handle, NULL, &bufferSize); SendResponse() local
664 OnReceiveRequest(const TaskHandle taskHandle, const uint8_t *buffer, uint32_t buffLen) OnReceiveRequest() argument
[all...]
H A Dloop_systest.h115 char buffer[MAX_MSG_LEN]; member
/base/startup/appspawn/standard/
H A Dappspawn_manager.h65 uint8_t *buffer; member
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c111 char buffer[LOG_LINE_SZ] = {0}; in LogToKmsg() local
242 char buffer[FS_MANAGER_BUFFER_SIZE] = {0}; GetMountStatusForMountPoint() local
591 char buffer[MAX_BUFFER_LEN] = {0}; AdjustPartitionNameByPartitionSlot() local
[all...]

Completed in 44 milliseconds

1...<<141142143144145146147148149150>>...228