Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp33 distributedNotificationEnabled_ = root->GetBool("distributedNotificationEnabled", true); in Parse()
78 return distributedNotificationEnabled_; in GetDistributedNotificationEnabled()
H A Dstage_app_info.h58 bool distributedNotificationEnabled_ = true; variable