/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_mgr_proxy.cpp | 28 bool distributedNotificationEnabled = true; variable 32 distributedNotificationEnabled = enable; in MockSetDistributedNotificationEnabled()
|
H A D | mock_bundle_manager.cpp | 79 appInfo.distributedNotificationEnabled = true; in GetApplicationInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/AppScope/ |
H A D | app.json5 | 9 "distributedNotificationEnabled": true
|
/ohos5.0/base/update/update_app/AppScope/ |
H A D | app.json5 | 10 "distributedNotificationEnabled": true
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/ |
H A D | changelogs-bundlemanager.md | 127 ## 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 D | mock_bundle_manager.cpp | 62 appInfo.distributedNotificationEnabled = true; in GetApplicationInfo()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_bundle_mgr.cpp | 67 appInfo.distributedNotificationEnabled = Notification::g_isEnable; in GetApplicationInfo()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | bundle_manager_helper.cpp | 186 …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 D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-bundlemanager.md | 127 ## 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 D | app.json5 | 23 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManualTestSuite/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/AppScope/ |
H A D | app.json5 | 23 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/AbilityComponent/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/foundation/window/window_manager/AppDemo/window/windowExtension/WindowExtension/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/AppScope/ |
H A D | app.json5 | 24 "distributedNotificationEnabled": true
|
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/AppScope/ |
H A D | app.json5 | 25 "distributedNotificationEnabled": true,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 137 bool distributedNotificationEnabled = true; member
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 183 | distributedNotificationEnabled | boolean | 标记该应用是否开启分布式通知 … 483 | distributedNotificationEnabled | boolean | 标识应用程序AppJson的distributedNotificationEnabled | NA |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 245 bool distributedNotificationEnabled = true; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 192 … {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 D | application_info.cpp | 429 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 D | changelogs-bundlemanager.md | 127 ## cl.bundlemanager.8 Deleted the distributedNotificationEnabled Tag from the app.json File 128 The [distributedNotificationEnabled](../../../application-dev/quick-start/app-configuration-file.md…
|