Home
last modified time | relevance | path

Searched refs:AppInstallStatus (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp316 …ReportDataInProcess(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, ResType::AppInstallStatus::APP_UNINST… in HandlePkgCommonEvent()
322 ResType::AppInstallStatus::APP_INSTALL_START, payload); in HandlePkgCommonEvent()
328 ResType::AppInstallStatus::APP_INSTALL_END, payload); in HandlePkgCommonEvent()
333 …ReportDataInProcess(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, ResType::AppInstallStatus::APP_CHANGE… in HandlePkgCommonEvent()
338 …ReportDataInProcess(ResType::RES_TYPE_APP_INSTALL_UNINSTALL, ResType::AppInstallStatus::APP_REPLAC… in HandlePkgCommonEvent()
344 ResType::AppInstallStatus::APP_FULLY_REMOVED, payload); in HandlePkgCommonEvent()
350 ResType::AppInstallStatus::BUNDLE_REMOVED, payload); in HandlePkgCommonEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dcontinuous_app_install_recognizer.cpp38 if (value == ResType::AppInstallStatus::APP_INSTALL_START) { in OnDispatchResource()
48 } else if (value == ResType::AppInstallStatus::APP_INSTALL_END) { in OnDispatchResource()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dscene_recognize_test.cpp55 ResType::AppInstallStatus::APP_INSTALL_END, payload);
58 ResType::AppInstallStatus::APP_INSTALL_END, payload);
74 ResType::AppInstallStatus::APP_INSTALL_END, payload);
76 ResType::AppInstallStatus::APP_INSTALL_END, payload);
78 ResType::AppInstallStatus::APP_INSTALL_START, payload);
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h245 enum AppInstallStatus : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h66 enum AppInstallStatus : int64_t { enum
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp1132 (value == ResType::AppInstallStatus::APP_UNINSTALL || in AppEventHandler()
1133 value == ResType::AppInstallStatus::APP_CHANGED || in AppEventHandler()
1134 value == ResType::AppInstallStatus::APP_REPLACED || in AppEventHandler()
1135 value == ResType::AppInstallStatus::BUNDLE_REMOVED || in AppEventHandler()
1136 value == ResType::AppInstallStatus::APP_FULLY_REMOVED) in AppEventHandler()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp434 if (data->value != AppInstallStatus::APP_UNINSTALL) { in HandleUninstallEvent()