Searched refs:ResolveDistributedBundleEnable (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_preferences_test.cpp | 139 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 D | distributed_preferences.cpp | 98 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 D | distributed_preferences.h | 100 …bool ResolveDistributedBundleEnable(const std::string &key, const int32_t startPos, const std::str…
|