/ohos5.0/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 62 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 D | napi_utils.cpp | 62 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 D | photos_restore.cpp | 271 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 D | vcard_name_data.h | 44 std::string GetSuffix();
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 44 std::vector<std::string> GetSuffix() const in GetSuffix() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_component.h | 143 const std::string& GetSuffix() const in GetSuffix() function
|
H A D | render_picker_column.cpp | 288 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 D | photos_restore.h | 111 std::string GetSuffix(const std::string &displayName);
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | file_filter.h | 40 std::vector<std::string> GetSuffix() const in GetSuffix() function
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_name_data.cpp | 135 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 D | media_file_extention_utils.cpp | 502 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 D | list_file.cpp | 164 vector<string> fSuffixs = g_optionArgs.filter.GetSuffix(); in FilterResult()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1396 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 D | listfile.cpp | 220 vector<string> fSuffixs = g_optionArgs.filter.GetSuffix(); in FilterResult()
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 127 std::string suffix = nameData->GetSuffix(); in ConstructNameV40() 242 std::string suffix = nameData->GetSuffix(); in ConstructName()
|
H A D | vcard_contact.cpp | 116 …!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 D | js_file_access_ext_ability.cpp | 868 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 D | vcard_test.cpp | 435 EXPECT_EQ(contacts[0]->GetNameData()->GetSuffix(), "wowowoSu");
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
H A D | medialibrary_fileext_test.cpp | 1091 (int)filters[i].GetHasFilter(), filters[i].GetSuffix()[0].c_str()); in ListFileTestFilter()
|