Home
last modified time | relevance | path

Searched refs:distributedNotificationEnabled (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h137 bool distributedNotificationEnabled = true; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h233 bool distributedNotificationEnabled = true; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp66 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 Dmodule_profile.cpp1490 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp71 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 Dbms_bundle_data_storage_database_test.cpp140 "distributedNotificationEnabled":true,
353 "distributedNotificationEnabled":true,
473 "distributedNotificationEnabled":true,
1061 "distributedNotificationEnabled": true,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1749 baseApplicationInfo_->distributedNotificationEnabled = applicationInfo.distributedNotificationEnabled; in UpdateBaseApplicationInfo()
H A Dbundle_profile.cpp2015 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()
H A Dmodule_profile.cpp1912 applicationInfo.distributedNotificationEnabled = true; in ToApplicationInfo()

Completed in 28 milliseconds