Searched refs:distributedNotificationEnabled (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 137 bool distributedNotificationEnabled = true; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 233 bool distributedNotificationEnabled = true; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 66 const std::string APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED = "distributedNotificationEnabled"; 192 {APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED, applicationInfo.distributedNotificationEnabled}, in to_json() 518 applicationInfo.distributedNotificationEnabled, in from_json()
|
H A D | module_profile.cpp | 1490 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 71 const char* APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED = "distributedNotificationEnabled"; 427 distributedNotificationEnabled = parcel.ReadBool(); in ReadFromParcel() 657 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, distributedNotificationEnabled); in Marshalling() 951 {APPLICATION_DISTRIBUTED_NOTIFICATION_ENABLED, applicationInfo.distributedNotificationEnabled}, in to_json() 1090 applicationInfo.distributedNotificationEnabled, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 140 "distributedNotificationEnabled":true, 353 "distributedNotificationEnabled":true, 473 "distributedNotificationEnabled":true, 1061 "distributedNotificationEnabled": true,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 1749 baseApplicationInfo_->distributedNotificationEnabled = applicationInfo.distributedNotificationEnabled; in UpdateBaseApplicationInfo()
|
H A D | bundle_profile.cpp | 2015 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()
|
H A D | module_profile.cpp | 1912 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()
|
Completed in 28 milliseconds