Home
last modified time | relevance | path

Searched full:scene (Results 1 – 25 of 103) sorted by relevance

12345

/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml25 SCENE_ID: {type: STRING, desc: interaction scene id}
51 SCENE_ID: { type: STRING, desc: interaction scene id }
79 SCENE_ID: {type: STRING, desc: interaction scene id}
80 STARTTIME: {type: UINT64, desc: interaction scene begin time}
82 TOTAL_APP_FRAMES: {type: INT32, desc: total app frames during the scene}
83 TOTAL_APP_MISSED_FRAMES: {type: INT32, desc: total missed frames during the scene}
84 MAX_APP_FRAMETIME: {type: UINT64, desc: max single frame time during the scene}
85 MAX_APP_SEQ_MISSED_FRAMES: {type: INT32, desc: max successive missed frames during the scene}
86 TOTAL_RENDER_FRAMES: {type: INT32, desc: total render frames during the scene}
87 TOTAL_RENDER_MISSED_FRAMES: {type: INT32, desc: total missed frames during the scene}
[all …]
/base/powermgr/thermal_manager/services/native/profile/
Dthermal_service_config.xml59 <item name="scene" param="cam,call,game,test"/>
89 <lcd scene="cam">0.99</lcd>
90 <lcd scene="call">0.98</lcd>
91 <lcd scene="game">0.97</lcd>
92 <lcd scene="test">0.91</lcd>
98 <cpu_big scene="cam" charge="1">1991800</cpu_big>
99 <cpu_big scene="cam" charge="0">1991600</cpu_big>
104 <current_sc scene="cam">1200</current_sc>
115 <lcd scene="cam">0.89</lcd>
116 <lcd scene="call">0.88</lcd>
[all …]
/base/powermgr/power_manager/services/native/profile/
Dpower_wakeup_action.json3 "scene": "LowCapacity", string
8 "scene": "BatteryDrainsMoreThanRsoc5InMs", string
13 "scene": "SocNtcOverheatInMsAndLidClose", string
18 "scene": "UlsrLowRsoc", string
/base/print/print_fwk/services/print_service/src/
Dhisys_event_util.cpp35 …void HisysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::str… in reportFaultEvent() argument
44 "SCENE", scene, in reportFaultEvent()
53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint() argument
55 reportFaultEvent("PRINT_EXCEPTION", FAULT_PRINT, scene, msg); in faultPrint()
/base/hiviewdfx/hiview/plugins/performance/monitor/
DAppLaunchMonitor.cpp29 IAppLaunchSceneDataProcessor* scene) in AppLaunchMonitor() argument
34 this->scene = scene; in AppLaunchMonitor()
54 if (scene != nullptr) { in ExecuteProcessAppEvtTaskInMainThr()
55 scene->ProcessSceneData(cpData); in ExecuteProcessAppEvtTaskInMainThr()
57 HIVIEW_LOGE("[AppLaunchMonitor::ExecuteProcessAppEvtTaskInMainThr] scene is null"); in ExecuteProcessAppEvtTaskInMainThr()
DAppLaunchMonitor.h35 IAppLaunchSceneDataProcessor* scene);
42 IAppLaunchSceneDataProcessor* scene{nullptr};
/base/security/access_token/services/privacymanager/test/tool/
Dcamera_window_create.cpp57 sptr<Rosen::WindowScene> scene = new Rosen::WindowScene(); in CreateWindowScene() local
58 scene->Init(0, g_abilityContext_, listener); in CreateWindowScene()
59 return scene; in CreateWindowScene()
91 sptr<Rosen::WindowScene> scene = CreateWindowScene(); variable
92 ASSERT_NE(scene, nullptr);
100 int32_t ret = static_cast<int32_t>(scene->GoForeground());
122 ret = static_cast<int32_t>(scene->GoDestroy());
/base/powermgr/thermal_manager/test/resource/system_test/push_xml/
Dthermal_service_config.xml52 <item name="scene" param="cam,call,game"/>
80 <cpu_big scene="cam" charge="1">1991800</cpu_big>
81 <cpu_big scene="cam" charge="0">1991600</cpu_big>
86 <current_sc scene="cam,call">1200</current_sc>
97 <cpu_big scene="cam" charge="1">1990800</cpu_big>
98 <cpu_big scene="cam" charge="0">1990600</cpu_big>
103 <current_sc scene="cam,call">1000</current_sc>
114 <cpu_big scene="cam" charge="1">1989800</cpu_big>
115 <cpu_big scene="cam" charge="0">1989600</cpu_big>
120 <current_sc scene="cam,call">800</current_sc>
/base/powermgr/power_manager/utils/vibrator/src/
Dpower_vibrator.cpp46 void PowerVibrator::StartVibrator(const std::string& scene) in StartVibrator() argument
51 if (src.GetScene() == scene) { in StartVibrator()
57 POWER_HILOGI(COMP_UTILS, "%{public}s do not need vibrator", scene.c_str()); in StartVibrator()
62 POWER_HILOGE(COMP_UTILS, "%{public}s vibrator failed", scene.c_str()); in StartVibrator()
/base/print/print_fwk/
Dhisysevent.yaml55 SCENE: {type: STRING, desc: scene}
64 SCENE: {type: STRING, desc: scene}
88 SCENE: {type: STRING, desc: scene}
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dscene_state_collection.cpp55 std::string scene = tms->GetScene(); in DecideState() local
56 THERMAL_HILOGD(COMP_SVC, "scene = %{public}s", scene.c_str()); in DecideState()
/base/powermgr/power_manager/services/native/src/wakeup_action/
Dwakeup_action_sources.h36 static const constexpr char* SCENE_KEY = "scene";
39 explicit WakeupActionSource(std::string scene, uint32_t action) in WakeupActionSource() argument
41 scene_ = scene; in WakeupActionSource()
Dwakeup_action_source_parser.cpp111 std::string scene{""}; in ParseSourcesProc() local
117 scene = sceneValue.asString(); in ParseSourcesProc()
118 POWER_HILOGI(FEATURE_WAKEUP_ACTION, "scene=%{public}s", scene.c_str()); in ParseSourcesProc()
130 …d_ptr<WakeupActionSource> wakeupActionSource = std::make_shared<WakeupActionSource>(scene, action); in ParseSourcesProc()
Dwakeup_action_controller.cpp79 … "WakeupAction device, pid=%{public}d, uid=%{public}d, reason=%{public}s, scene=%{public}s, " in ExecuteByGetReason()
117 void WakeupActionController::HandleShutdown(const std::string& scene) in HandleShutdown() argument
119 POWER_HILOGI(FEATURE_WAKEUP_ACTION, "shutdown by reason=%{public}s", scene.c_str()); in HandleShutdown()
120 shutdownController_->Shutdown(scene); in HandleShutdown()
/base/startup/appspawn/
Dhisysevent.yaml37 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: Scene Duration}
38 SCENE_NAME: {type: STRING, desc: Scene Name}
39 DURATION: {type: INT64, desc: Scene Duration}
/base/security/selinux_adapter/sepolicy/ohos_policy/request/public/
Ddownload_server.te14 #allow Perception of upload and download scene(Overlay scene recognition)
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
Ddevice_settings_proxy_test.cpp232 PowerScene scene = PowerScene::TIME_OUT; variable
234 int32_t ret = deviceSettingsProxy->SetPowerPolicy(admin, scene, powerPolicy);
248 PowerScene scene = PowerScene::TIME_OUT; variable
250 int32_t ret = deviceSettingsProxy->SetPowerPolicy(admin, scene, powerPolicy);
266 PowerScene scene = PowerScene::TIME_OUT; variable
268 int32_t ret = deviceSettingsProxy->GetPowerPolicy(admin, scene, powerPolicy);
282 PowerScene scene = PowerScene::TIME_OUT; variable
284 int32_t ret = deviceSettingsProxy->GetPowerPolicy(admin, scene, powerPolicy);
/base/security/selinux_adapter/sepolicy/ohos_policy/resourceschedule/resource_schedule_service/public/
Dresource_schedule_service.te21 #allow Perception of upload and download scene(Overlay scene recognition)
/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
Dhisysevent_adapter.cpp32 long id = 1 << 0; // first scene in ReportSysEventPerformance()
52 void ReportSysEventServiceStartError(SceneCode scene, const std::string& errMsg, int32_t errCode) in ReportSysEventServiceStartError() argument
55 …HiviewDFX::HiSysEvent::EventType::FAULT, "SCENE_CODE", scene, "ERROR_CODE", errCode, "ERROR_MSG", … in ReportSysEventServiceStartError()
/base/print/print_fwk/services/print_service/include/
Dhisys_event_util.h26 static void faultPrint(std::string scene, std::string msg);
35 … static void reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg);
/base/security/huks/services/huks_standard/huks_engine/main/core/include/
Dhks_chipset_platform_decrypt.h50 enum HksChipsetPlatformDecryptScene scene, struct HksBlob *plainText);
53 enum HksChipsetPlatformDecryptScene scene, struct HksBlob *publicKey);
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
Dhks_chipset_platform_test.h40 // the scene that the user will invoke decrypt on.
42 enum HksChipsetPlatformDecryptScene scene; member
45 // huks will fill the last byte according to different scene before deriving platform keys.
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mgr_policy_test.cpp627 * @tc.cond: Set BATTERY temp, state: scene = "cam"
673 * @tc.cond: Set BATTERY temp, state: scene = "cam"
719 * @tc.cond: Set BATTERY temp, state: scene = "cam"
1271 * @tc.desc: test set brightness according to the scene
1274 * @tc.result level 1, scene cam, brightness factor is 0.99
1294 * @tc.desc: test set brightness according to the scene
1297 * @tc.result level 2, scene cam, brightness factor is 0.98
1317 * @tc.desc: test set brightness according to the scene
1320 * @tc.result level 3, scene cam, brightness factor is 0.97
1340 * @tc.desc: test set brightness according to the scene
[all …]
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dsurface_adapter_impl_test.cpp157 * @tc.desc: test invalid scene of SurfaceAdapterImpl.
175 * @tc.desc: test invalid scene of BufferConsumerListenerImpl.
193 * @tc.desc: test invalid scene of SurfaceBufferAdapterImpl.
212 * @tc.desc: test normal scene of SurfaceAdapterImpl.
251 * @tc.desc: test normal scene of PixelFormatAdapter.
265 * @tc.desc: test normal scene of SurfaceAdapterImplTest.
/base/hiviewdfx/hiview/base/event_report/
Dhiview_event_report.cpp81 HIVIEW_LOGD("no need to report cpu scene event"); in ReportCpuScene()
89 …HIVIEW_LOGW("failed to report cpu scene event, sceneId=%{public}s, ret=%{public}d", sceneId.c_str(… in ReportCpuScene()
91 HIVIEW_LOGI("succ to report cpu scene event, sceneId=%{public}s", sceneId.c_str()); in ReportCpuScene()

12345