Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp132 * @tc.desc : text ResolveDistributedBundleEnable function.
139 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), false); in HWTEST_F()
145 * @tc.desc : text ResolveDistributedBundleEnable function.
152 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), false); in HWTEST_F()
158 * @tc.desc : text ResolveDistributedBundleEnable function.
165 EXPECT_EQ(distributedPreferences_->ResolveDistributedBundleEnable(key, startPos, value), true); in HWTEST_F()
/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::string &value);
/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

Completed in 2 milliseconds