Home
last modified time | relevance | path

Searched refs:distributedNotificationEnabled (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_mgr_proxy.cpp28 bool distributedNotificationEnabled = true; variable
32 distributedNotificationEnabled = enable; in MockSetDistributedNotificationEnabled()
H A Dmock_bundle_manager.cpp79 appInfo.distributedNotificationEnabled = true; in GetApplicationInfo()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/AppScope/
H A Dapp.json59 "distributedNotificationEnabled": true
/ohos5.0/base/update/update_app/AppScope/
H A Dapp.json510 "distributedNotificationEnabled": true
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md127 ## cl.bundlemanager.8 app.json配置文件删除distributedNotificationEnabled标签
128 删除配置文件app.json中[distributedNotificationEnabled](../../../application-dev/quick-start/app-configurat…
131 删除配置文件app.json中[distributedNotificationEnabled](../../../application-dev/quick-start/app-configurat…
134 删除[distributedNotificationEnabled](../../../application-dev/quick-start/app-configuration-file.md)标签
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_bundle_manager.cpp62 appInfo.distributedNotificationEnabled = true; in GetApplicationInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_bundle_mgr.cpp67 appInfo.distributedNotificationEnabled = Notification::g_isEnable; in GetApplicationInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp186 …NS_LOGD("APPLICATION_INFO distributed enabled %{public}d", appInfo.distributedNotificationEnabled); in GetDistributedNotificationEnabled()
187 return appInfo.distributedNotificationEnabled; in GetDistributedNotificationEnabled()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-bundlemanager.md127 ## cl.bundlemanager.8 app.json配置文件删除distributedNotificationEnabled标签
128 删除配置文件app.json中[distributedNotificationEnabled](../../../application-dev/quick-start/app-configurat…
131 删除配置文件app.json中[distributedNotificationEnabled](../../../application-dev/quick-start/app-configurat…
134 删除[distributedNotificationEnabled](../../../application-dev/quick-start/app-configuration-file.md)标签
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/AppScope/
H A Dapp.json523 "distributedNotificationEnabled": true
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/AppScope/
H A Dapp.json523 "distributedNotificationEnabled": true
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/AbilityComponent/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/WindowExtension/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/AppScope/
H A Dapp.json524 "distributedNotificationEnabled": true
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/AppScope/
H A Dapp.json525 "distributedNotificationEnabled": true,
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h137 bool distributedNotificationEnabled = true; member
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md183 | distributedNotificationEnabled | boolean | 标记该应用是否开启分布式通知 …
483 | distributedNotificationEnabled | boolean | 标识应用程序AppJson的distributedNotificationEnabled | NA |
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h245 bool distributedNotificationEnabled = true; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp192 … {APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED, applicationInfo.distributedNotificationEnabled}, in to_json()
518 applicationInfo.distributedNotificationEnabled, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp429 distributedNotificationEnabled = parcel.ReadBool(); in ReadFromParcel()
658 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, distributedNotificationEnabled); in Marshalling()
960 … {APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED, applicationInfo.distributedNotificationEnabled}, in to_json()
1098 …applicationInfo.distributedNotificationEnabled, JsonType::BOOLEAN, false, parseResult, ArrayType::… in from_json()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md127 ## cl.bundlemanager.8 Deleted the distributedNotificationEnabled Tag from the app.json File
128 The [distributedNotificationEnabled](../../../application-dev/quick-start/app-configuration-file.md…

12