Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/common/
DActionId.h22 APP_START = 11, enumerator
/base/hiviewdfx/hiview/plugins/performance/context/
DNormalContext.cpp35 APP_START, enumerator
79 AppTimerAdapter* sceneTimer = new AppTimerAdapter(TimerUser::APP_START, common.timerInfra); in MakeAppStartMonitor()
/base/customization/enterprise_device_management/common/native/include/
Dmanaged_event.h26 APP_START = 2, enumerator
/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.cpp732 AdminManager::GetInstance()->GetAdminBySubscribeEvent(ManagedEvent::APP_START, subAdmins); in OnAppManagerServiceStart()
735 EDMLOGI("the admin that listened the APP_START or APP_STOP event is existed"); in OnAppManagerServiceStart()
848 AdminManager::GetInstance()->GetAdminBySubscribeEvent(ManagedEvent::APP_START, subAdmins); in UnsubscribeAppState()
1286 …[](ManagedEvent event) { return event == ManagedEvent::APP_START || event == ManagedEvent::APP_STO… in ShouldUnsubscribeAppState()
1778 return event == static_cast<uint32_t>(ManagedEvent::APP_START) || in HandleApplicationEvent()
/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.h41 constexpr const char* const EVENT_APP_START = "APP_START";
/base/hiviewdfx/hiview/plugins/performance/monitor/
DAppLaunchMonitor.cpp35 this->actionId = APP_START; in AppLaunchMonitor()
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp29 HiSysEventWrite(EXEC_DOMAIN, "APP_START", HiSysEvent::EventType::BEHAVIOR, in ReportNormal()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
DAppLaunchMonitorConverter.h24 const std::string COMMENT_APP_START = "APP_START";
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/
Dscene_monitor.cpp94 case APP_START: in GetRecordByType()
224 OnSceneChanged(SceneType::APP_START, false); in SingleFrameSceneStop()
309 OnSceneChanged(SceneType::APP_START, true); in SetAppStartStatus()
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/interfaces/inner_api/include/
Dperf_constants.h426 static constexpr char APP_START[] = "APP_START"; variable
Dperf_model.h171 APP_START, enumerator
/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
Devent_publish_test.cpp112 // the demo has not listened the APP_START event
113 …EventPublish::GetInstance().PushEvent(testUid, "APP_START", HiSysEvent::EventType::FAULT, "{\"time…
117 EXPECT_EQ(curLine.find("APP_START"), std::string::npos);
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/include/
Danimator_monitor.h220 PerfConstants::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.cpp58 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.js1781 "APP_START",
1846 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
1859 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
1873 … names: [hiAppEventV9.event.APP_CRASH, hiAppEventV9.event.APP_FREEZE, "APP_START"]
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp976 …URN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(ManagedEvent::APP_START), &nAppStart)); in CreateManagedEventObject()