Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp2012 std::vector<std::string> keywordVector; in ResetDistributedEnabled() local
2013 StringUtils::Split(iter.first, SPLIT_FLAG, keywordVector); in ResetDistributedEnabled()
2015 if (keywordVector.size() != KEYWORD_SIZE) { in ResetDistributedEnabled()
2018 std::string bundleName = keywordVector[1]; in ResetDistributedEnabled()
2019 int32_t activeUserId = atoi(keywordVector[2].c_str()); in ResetDistributedEnabled()
2020 std::string deviceType = keywordVector[3]; in ResetDistributedEnabled()