Home
last modified time | relevance | path

Searched full:app_start (Results 1 – 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/common/
DActionId.h19 APP_START = 11, enumerator
/base/customization/enterprise_device_management/common/native/include/
Dmanaged_event.h26 APP_START = 2, enumerator
/base/hiviewdfx/hiview/plugins/performance/context/
DNormalContext.cpp33 APP_START, enumerator
77 AppTimerAdapter* sceneTimer = new AppTimerAdapter(TimerUser::APP_START, common.timerInfra); in MakeAppStartMonitor()
/base/customization/enterprise_device_management/services/edm/src/
Dapplication_state_observer.cpp23 listener_.ConnectAbilityOnSystemEvent(processData.bundleName, ManagedEvent::APP_START); in OnProcessCreated()
Denterprise_device_mgr_ability.cpp513 adminMgr_->GetAdminBySubscribeEvent(ManagedEvent::APP_START, subAdmins); in OnAppManagerServiceStart()
516 EDMLOGI("the admin that listened the APP_START or APP_STOP event is existed"); in OnAppManagerServiceStart()
708 adminMgr_->GetAdminBySubscribeEvent(ManagedEvent::APP_START, subAdmins); in UnsubscribeAppState()
1010 …[](ManagedEvent event) { return event == ManagedEvent::APP_START || event == ManagedEvent::APP_STO… in ShouldUnsubscribeAppState()
1495 return event == static_cast<uint32_t>(ManagedEvent::APP_START) || in HandleApplicationEvent()
1553 case static_cast<uint32_t>(ManagedEvent::APP_START): in CheckManagedEvent()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_common.h33 const std::string EVENT_APP_START = "APP_START";
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_bundle_connection.cpp42 case static_cast<uint32_t>(ManagedEvent::APP_START): in OnAbilityConnectDone()
/base/hiviewdfx/hiview/base/event_publish/include/
Devent_publish.h40 const std::string EVENT_APP_START = "APP_START";
/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
Devent_publish_test.cpp73 …EventPublish::GetInstance().PushEvent(100, "APP_START", HiSysEvent::EventType::BEHAVIOR, "{\"time\…
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp27 HiSysEventWrite(EXEC_DOMAIN, "APP_START", HiSysEvent::EventType::BEHAVIOR, in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/monitor/
DAppLaunchMonitor.cpp33 this->actionId = APP_START; in AppLaunchMonitor()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
DAppLaunchMonitorConverter.h22 const std::string COMMENT_APP_START = "APP_START";
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
Denterprise_bundle_connection_test.cpp129 …static_cast<uint32_t>(ManagedEvent::APP_START), DEFAULT_USER_ID, "com.edm.test.start", DEFAULT_USE…
Denterprise_device_mgr_ability_test.cpp55 constexpr uint32_t APP_START_EVENT = static_cast<uint32_t>(ManagedEvent::APP_START);
/base/hiviewdfx/hiview/plugins/performance/config/
Dxperfcfg.json37 …{"nActionID":11,"nActionType":0,"nEventID":902500019,"strComment":"APP_START","nLevel_A":4000,"nLe…
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml16 APP_START:
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher.cpp223 if (event->eventName_ != "APP_START") { in HandleAppStartEvent()
/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent.test.js1765 "APP_START",
1830 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
1843 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
1857 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp865 …URN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(ManagedEvent::APP_START), &nAppStart)); in CreateManagedEventObject()