Home
last modified time | relevance | path

Searched refs:SendCpuSceneEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp97 EventReport::SendCpuSceneEvent(ACCESSTOKEN_PROCESS_NAME, 1 << 1); // second scene in CreateNewUser()
228 EventReport::SendCpuSceneEvent(ACCESSTOKEN_PROCESS_NAME, 1 << 1); // second scene in RemoveUser()
H A Devent_report.cpp158 void EventReport::SendCpuSceneEvent(const std::string &processName, const int32_t sceneId) in SendCpuSceneEvent() function in OHOS::AppExecFwk::EventReport
H A Dbundle_mgr_service_event_handler.cpp307 EventReport::SendCpuSceneEvent(FOUNDATION_PROCESS_NAME, SCENE_ID_OTA_INSTALL); in BundleBootStartEvent()
331 EventReport::SendCpuSceneEvent(FOUNDATION_PROCESS_NAME, SCENE_ID_OTA_INSTALL); in BundleRebootStartEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h266 static void SendCpuSceneEvent(const std::string &processName, const int32_t sceneId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp120 EventReport::SendCpuSceneEvent(FOUNDATION_PROCESS_NAME, SCENE_ID_UPDATE_RESOURCE); in AddAllResourceInfo()