Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 15 of 15) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp57 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/pin_auth/hdi_service/database/src/
Dpin_db_ops_base.c61 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName()
102 ResultCode ReadPinFile(uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in ReadPinFile()
Dpin_db.c86 …ltCode WritePinFile(const uint8_t *data, uint32_t dataLen, uint64_t templateId, const char *suffix) in WritePinFile()
140 static ResultCode RemovePinFile(const uint64_t templateId, const char *suffix, bool needCover) in RemovePinFile()
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/database/src/
Dpin_db_ops_base_test.cpp114 const char *suffix = "we"; variable
141 const char *suffix = "test"; variable
/drivers/peripheral/partitionslot/hdi_service/src/
Dpartitionslot_impl.cpp39 int32_t PartitionSlotImpl::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix()
/drivers/peripheral/partitionslot/test/unittest/
Dhdf_partitionslot_test.cpp67 std::string suffix = ""; variable
/drivers/peripheral/nfc/vendor_adaptor/
Dnfc_vendor_adaptions.cpp66 string suffix = DEFAULT_FUNC_NAME_SUFFIX; in GetNfcHalFuncNameSuffix() local
92 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(string nfcHalSoName, string suffix) in InitNfcHalInterfaces()
/drivers/peripheral/partitionslot/hal/src/
Dpartitionslot_manager.cpp53 int32_t PartitionSlotManager::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix()
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.cpp149 std::string suffix = fullName.substr(index + 1); in InterfaceToFilePath() local
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
Dbenchmark_common.cpp31 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/
Dbenchmark_common.cpp31 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/
Dut_common.cpp31 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/
Dhdi_common_v1_1.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
Dbenchmark_common.cpp31 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()
/drivers/peripheral/camera/test/hdi/v1_2/src/
Dhdi_common_v1_2.cpp32 int32_t Test::DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size) in DumpImageFile()