| /base/hiviewdfx/hiview/plugins/performance/common/ |
| D | ActionId.h | 22 APP_START = 11, enumerator
|
| /base/hiviewdfx/hiview/plugins/performance/context/ |
| D | NormalContext.cpp | 35 APP_START, enumerator 79 AppTimerAdapter* sceneTimer = new AppTimerAdapter(TimerUser::APP_START, common.timerInfra); in MakeAppStartMonitor()
|
| /base/customization/enterprise_device_management/common/native/include/ |
| D | managed_event.h | 26 APP_START = 2, enumerator
|
| /base/customization/enterprise_device_management/services/edm/src/ |
| D | application_state_observer.cpp | 23 listener_.ConnectAbilityOnSystemEvent(processData.bundleName, ManagedEvent::APP_START); in OnProcessCreated()
|
| D | enterprise_device_mgr_ability.cpp | 732 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/ |
| D | hiappevent_common.h | 33 const std::string EVENT_APP_START = "APP_START";
|
| /base/customization/enterprise_device_management/services/edm/src/connection/ |
| D | enterprise_bundle_connection.cpp | 42 case static_cast<uint32_t>(ManagedEvent::APP_START): in OnAbilityConnectDone()
|
| /base/hiviewdfx/hiview/base/event_publish/include/ |
| D | event_publish.h | 41 constexpr const char* const EVENT_APP_START = "APP_START";
|
| /base/hiviewdfx/hiview/plugins/performance/monitor/ |
| D | AppLaunchMonitor.cpp | 35 this->actionId = APP_START; in AppLaunchMonitor()
|
| /base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
| D | AppStartReporter.cpp | 29 HiSysEventWrite(EXEC_DOMAIN, "APP_START", HiSysEvent::EventType::BEHAVIOR, in ReportNormal()
|
| /base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
| D | AppLaunchMonitorConverter.h | 24 const std::string COMMENT_APP_START = "APP_START";
|
| /base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/ |
| D | scene_monitor.cpp | 94 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/ |
| D | perf_constants.h | 426 static constexpr char APP_START[] = "APP_START"; variable
|
| D | perf_model.h | 171 APP_START, enumerator
|
| /base/hiviewdfx/hiview/base/event_publish/test/unittest/common/ |
| D | event_publish_test.cpp | 112 // 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/ |
| D | animator_monitor.h | 220 PerfConstants::APP_START,
|
| /base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
| D | enterprise_bundle_connection_test.cpp | 129 …static_cast<uint32_t>(ManagedEvent::APP_START), DEFAULT_USER_ID, "com.edm.test.start", DEFAULT_USE…
|
| D | enterprise_device_mgr_ability_test.cpp | 58 constexpr uint32_t APP_START_EVENT = static_cast<uint32_t>(ManagedEvent::APP_START);
|
| /base/hiviewdfx/hiview/plugins/performance/config/ |
| D | xperfcfg.json | 37 …{"nActionID":11,"nActionType":0,"nEventID":902500019,"strComment":"APP_START","nLevel_A":4000,"nLe…
|
| /base/hiviewdfx/hiview/plugins/performance/ |
| D | hisysevent.yaml | 16 APP_START:
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| D | data_publisher.cpp | 223 if (event->eventName_ != "APP_START") { in HandleAppStartEvent()
|
| /base/hiviewdfx/hiappevent/test/unittest/common/napi/ |
| D | napi_hiappevent.test.js | 1781 "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/ |
| D | admin_manager_addon.cpp | 976 …URN_VOID(env, napi_create_uint32(env, static_cast<uint32_t>(ManagedEvent::APP_START), &nAppStart)); in CreateManagedEventObject()
|