Home
last modified time | relevance | path

Searched defs:randStr (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_aes_crypto_test.cpp53 uint8_t randStr[randLen]; variable
78 uint8_t randStr[randLen]; variable
109 uint8_t randStr[randLen]; variable
136 uint8_t randStr[randLen]; variable
175 uint8_t randStr[randLen]; variable
227 uint8_t randStr[randLen]; variable
272 uint8_t randStr[randLen]; variable
H A Ddsoftbus_crypto_test.cpp250 char randStr[64]; variable
264 char randStr[64]; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_node_weight_test.cpp89 unsigned char randStr = 20; variable
H A Dlnn_service_mock.cpp213 int32_t SoftBusGenerateRandomArray(unsigned char *randStr, uint32_t len) in SoftBusGenerateRandomArray()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h101 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, abilityRes, randStr) \ argument
H A Dgt_bundle_installer.h117 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, signatureInfo, randStr) \ argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp113 char randStr[RAND_NUM] = { 0 }; in Install() local
168 uint8_t BundleInstaller::ProcessBundleInstall(const std::string &path, const char *randStr, in ProcessBundleInstall()
345 uint8_t BundleInstaller::HandleFileAndBackUpRecord(const char *codePath, const char *randStr, Insta… in HandleFileAndBackUpRecord()
729 bool BundleInstaller::RenameJsonFile(const char *fileName, const char *randStr) in RenameJsonFile()
H A Dgt_bundle_installer.cpp195 char randStr[RADN_NUM] = { 0 }; in Install() local
228 uint8_t GtBundleInstaller::ProcessBundleInstall(const char *path, const char *randStr, InstallRecor… in ProcessBundleInstall()
450 const char *randStr, const char *dataPath, bool isUpdate) in HandleFileAndBackUpRecord()
811 bool GtBundleInstaller::RenameJsonFile(const char *fileName, const char *randStr) in RenameJsonFile()
H A Dbundle_util.cpp302 void BundleUtil::DeleteJsonFile(const char *bundleName, const char *randStr) in DeleteJsonFile()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFuzzTest.cpp122 string randStr = rand_str(strLen); variable
149 string randStr = rand_str(strLen); variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFuzzTest.cpp123 string randStr = rand_str(strLen); variable
149 string randStr = rand_str(strLen); variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_common_mock.cpp46 int32_t SoftBusGenerateRandomArray(unsigned char *randStr, uint32_t len) in SoftBusGenerateRandomArray()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_deps_mock.cpp91 int32_t SoftBusGenerateRandomArray(unsigned char *randStr, uint32_t len) in SoftBusGenerateRandomArray()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFuzzTest.cpp122 string randStr = getRandStr(strLen); variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFuzzTest.cpp121 string randStr = getRandStr(strLen); variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c219 int32_t SoftBusGenerateRandomArray(unsigned char *randStr, uint32_t len) in SoftBusGenerateRandomArray()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c352 int32_t SoftBusGenerateRandomArray(unsigned char *randStr, uint32_t len) in SoftBusGenerateRandomArray()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp293 std::string randStr = GetStringFromData(IFACE_LEN); in SetInterfaceConfigFuzzTest() local