Searched defs:suffix (Results 1 – 9 of 9) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | string_helper.cpp | 57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() 65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() 110 std::string suffix = value.substr(position); in Replace() local 121 std::string suffix = value.substr(position); in Replace() local
|
/drivers/peripheral/partitionslot/hdi_service/src/ |
D | partitionslot_impl.cpp | 39 int32_t PartitionSlotImpl::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix()
|
/drivers/peripheral/partitionslot/test/unittest/ |
D | hdf_partitionslot_test.cpp | 67 std::string suffix = ""; variable
|
/drivers/peripheral/partitionslot/hal/src/ |
D | partitionslot_manager.cpp | 49 int32_t PartitionSlotManager::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
D | pin_db.c | 55 static ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName() 90 …ic ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile() 114 …ltCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile() 309 static ResultCode RemovePinFile(const uint64_t templateId, const char *suffix, bool needCover) in RemovePinFile()
|
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
D | benchmark_common.cpp | 31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
|
/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
D | benchmark_common.cpp | 31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
|
/drivers/peripheral/camera/test/hdi/v1_0/src/ |
D | ut_common.cpp | 31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
|
/drivers/peripheral/camera/test/hdi/v1_1/src/ |
D | hdi_common_v1_1.cpp | 31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
|