Home
last modified time | relevance | path

Searched refs:GetSchemeSpecificPart (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp60 auto result = uri_->GetSchemeSpecificPart();
74 auto result = uri_->GetSchemeSpecificPart();
419 auto result = uri_->GetSchemeSpecificPart();
H A Dskills_test.cpp259 EXPECT_EQ(skills1->GetSchemeSpecificPart(i), skills1->GetSchemeSpecificPart(i)); in CompareSkills()
506 EXPECT_EQ(schemespecificpart, base_->GetSchemeSpecificPart(0));
698 EXPECT_EQ(empty, base_->GetSchemeSpecificPart(0));
937 EXPECT_EQ(schemeSpecificPartsString, skills.GetSchemeSpecificPart(0));
938 EXPECT_EQ(entityString1, skills.GetSchemeSpecificPart(index));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h41 std::string GetSchemeSpecificPart();
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h308 std::string GetSchemeSpecificPart(int index) const;
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp163 normalizeUri += uri.GetSchemeSpecificPart(); in Split()
373 return NVal::CreateUTF8String(env, fileuriEntity->fileUri_.uri_.GetSchemeSpecificPart()).val_; in GetSsp()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp447 std::string Skills::GetSchemeSpecificPart(int index) const in GetSchemeSpecificPart() function in OHOS::AAFwk::Skills
739 …match = HasSchemeSpecificPart(data.GetSchemeSpecificPart()) ? RESULT_SCHEME_SPECIFIC_PART : DISMAT… in MatchData()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp110 string Uri::GetSchemeSpecificPart() in GetSchemeSpecificPart() function in OHOS::Uri
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1622 soundPlayer_->SetSource(defaultSound.GetSchemeSpecificPart()); in PlaySoundAndVibration()
1650 return uri.GetSchemeSpecificPart(); in GetSoundUri()
1657 return uri.GetSchemeSpecificPart(); in GetSoundUri()
1665 return uri.GetSchemeSpecificPart(); in GetSoundUri()