Home
last modified time | relevance | path

Searched refs:ResolveDistributedBundleEnable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp139 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), false);
152 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), false);
165 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), true);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp98 return ResolveDistributedBundleEnable(key, typeLabelEndPosition, entry.value.ToString()); in ResolveDistributedKey()
109 bool DistributedPreferences::ResolveDistributedBundleEnable(const std::string &key, in ResolveDistributedBundleEnable() function in OHOS::Notification::DistributedPreferences
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences.h100 …bool ResolveDistributedBundleEnable(const std::string &key, const int32_t startPos, const std::str…