Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp150 int32_t forceControl = slotJson.at(BUNDLE_INFO_SLOT_CONTROL).get<int32_t>(); in SlotsFromJson() local
151 slotInfo.isForceControl_ = (forceControl == CONST_ENABLE_INT); in SlotsFromJson()