Searched refs:ResolveDistributedBundleEnable (Results 1 - 3 of 3) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | distributed_preferences_test.cpp | 132 * @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 D | distributed_preferences.h | 100 bool ResolveDistributedBundleEnable(const std::string &key, const int32_t startPos, const std::string &value);
|
/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
|
Completed in 2 milliseconds