Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences.h101 bool ResolveSyncWithoutAppEnable(const std::string &key, const int32_t startPos, const std::string &value);
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp96 return ResolveSyncWithoutAppEnable(key, typeLabelEndPosition, entry.value.ToString()); in ResolveDistributedKey()
130 bool DistributedPreferences::ResolveSyncWithoutAppEnable(const std::string &key, in ResolveSyncWithoutAppEnable() function in OHOS::Notification::DistributedPreferences
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_preferences_test.cpp171 * @tc.desc : text ResolveSyncWithoutAppEnable function.
178 EXPECT_EQ(distributedPreferences_->ResolveSyncWithoutAppEnable(key, startPos, value), true); in HWTEST_F()

Completed in 2 milliseconds