Home
last modified time | relevance | path

Searched refs:GetSuffix (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp62 static int GetSuffix(BShellHandle handle, int32_t argc, char *argv[]) in GetSuffix() function
134 const_cast<char *>("partitionslot"), GetSuffix, in MODULE_CONSTRUCTOR()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_utils.cpp62 static int GetSuffix(const NVal &argv, FileFilter &filter) in GetSuffix() function
185 int ret = GetSuffix(argv, filter); in GetFileFilterParam()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp271 std::string PhotosRestore::GetSuffix(const std::string &displayName) in GetSuffix() function in OHOS::Media::PhotosRestore
289 std::string suffix = this->GetSuffix(fileInfo.displayName); in FindMediaType()
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_name_data.h44 std::string GetSuffix();
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
H A Dfile_filter.h44 std::vector<std::string> GetSuffix() const in GetSuffix() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.h143 const std::string& GetSuffix() const in GetSuffix() function
H A Drender_picker_column.cpp288 node->SetText(data_->GetPrefix() + data_->GetCurrentText() + data_->GetSuffix()); in UpdateAccessibility()
508 … : data_->GetPrefix() + data_->GetOption(optionIndex) + data_->GetSuffix()); in FlushCurrentOptions()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_restore.h111 std::string GetSuffix(const std::string &displayName);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Dfile_filter.h40 std::vector<std::string> GetSuffix() const in GetSuffix() function
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_name_data.cpp135 std::string VCardNameData::GetSuffix() in GetSuffix() function in OHOS::Telephony::VCardNameData
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_extention_utils.cpp502 vector<string> suffix = filter.GetSuffix(); in GetListFilePredicates()
847 if (filter.GetSuffix().size() > 0) { in SetScanFileSelection()
849 selectionArgs.emplace_back("%" + filter.GetSuffix()[0]); in SetScanFileSelection()
851 for (size_t i = 1; i < filter.GetSuffix().size(); i++) { in SetScanFileSelection()
853 selectionArgs.emplace_back("%" + filter.GetSuffix()[i]); in SetScanFileSelection()
855 if (filter.GetSuffix().size() > 0) { in SetScanFileSelection()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp164 vector<string> fSuffixs = g_optionArgs.filter.GetSuffix(); in FilterResult()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1396 std::string GetSuffix(const std::shared_ptr<HapResource::ValueUnderQualifierDir> qd) in GetSuffix() function
1451 type = GetSuffix(qd); in GetDrawableInfoById()
1471 type = GetSuffix(qd); in GetDrawableInfoByName()
1492 std::string type = GetSuffix(qd); in GetDrawableInfoById()
1524 std::string type = GetSuffix(qd); in GetDrawableInfoByName()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlistfile.cpp220 vector<string> fSuffixs = g_optionArgs.filter.GetSuffix(); in FilterResult()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp127 std::string suffix = nameData->GetSuffix(); in ConstructNameV40()
242 std::string suffix = nameData->GetSuffix(); in ConstructName()
H A Dvcard_contact.cpp116 …!nameData_->GetSuffix().empty() || !nameData_->GetFormatted().empty() || !nameData_->GetSort().emp… in CheckNameExist()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp868 napi_create_array_with_length(env, filter.GetSuffix().size(), &fileFilter.suffixArray); in CreateNativeValue()
872 std::vector<std::string> suffixVec = filter.GetSuffix(); in CreateNativeValue()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp435 EXPECT_EQ(contacts[0]->GetNameData()->GetSuffix(), "wowowoSu");
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp1091 (int)filters[i].GetHasFilter(), filters[i].GetSuffix()[0].c_str()); in ListFileTestFilter()