Home
last modified time | relevance | path

Searched refs:Dump (Results 1 - 25 of 1182) sorted by relevance

12345678910>>...48

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_dump_test/
H A Dfms_form_mgr_dump_test.cpp66 * SubFunction: Dump Function
67 * FunctionPoints: FormMgr Dump interface
77 formyMgrServ_->Dump(args, result); in HWTEST_F()
86 * SubFunction: Dump Function
87 * FunctionPoints: FormMgr Dump interface
97 formyMgrServ_->Dump(args, result); in HWTEST_F()
101 formyMgrServ_->Dump(args, result); in HWTEST_F()
110 * SubFunction: Dump Function
111 * FunctionPoints: FormMgr Dump interface
121 formyMgrServ_->Dump(arg in HWTEST_F()
[all...]
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_expr.cpp21 std::string ASTUnaryExpr::Dump(const std::string &prefix) in Dump() function in OHOS::Idl::ASTUnaryExpr
29 sb.AppendFormat("%s%s", UnaryOpToString(op_).c_str(), expr_->Dump("").c_str()); in Dump()
52 std::string ASTBinaryExpr::Dump(const std::string &prefix) in Dump() function in OHOS::Idl::ASTBinaryExpr
60 sb.AppendFormat("%s %s %s", lExpr_->Dump("").c_str(), BinaryOpToString(op_).c_str(), rExpr_->Dump("").c_str()); in Dump()
97 std::string ASTNumExpr::Dump(const std::string &prefix) in Dump() function in OHOS::Idl::ASTNumExpr
114 std::string ASTEnumExpr::Dump(const std::string &prefix) in Dump() function in OHOS::Idl::ASTEnumExpr
H A Dast_expr.h28 return Dump(""); in EmitCode()
42 std::string Dump(const std::string &prefix) override;
65 std::string Dump(const std::string &prefix) override;
76 std::string Dump(const std::string &prefix) override;
89 std::string Dump(const std::string &prefix) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/
H A Ddcamera_source_hidumper_test.cpp55 * @tc.desc: Verify the Dump function.
64 bool ret = DcameraSourceHidumper::GetInstance().Dump(args, result); in HWTEST_F()
70 * @tc.desc: Verify the Dump function.
83 bool ret = DcameraSourceHidumper::GetInstance().Dump(args, result); in HWTEST_F()
89 * @tc.desc: Verify the Dump function.
100 bool ret = DcameraSourceHidumper::GetInstance().Dump(args, result); in HWTEST_F()
106 * @tc.desc: Verify the Dump function.
117 bool ret = DcameraSourceHidumper::GetInstance().Dump(args, result); in HWTEST_F()
123 * @tc.desc: Verify the Dump function.
134 bool ret = DcameraSourceHidumper::GetInstance().Dump(arg in HWTEST_F()
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_dumper_test.cpp82 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
97 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
113 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
130 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
150 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
170 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
189 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
208 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
223 g_AVSessionDumper->Dump(args, result, *g_AVSessionService); in HWTEST_F()
238 g_AVSessionDumper->Dump(arg in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp143 INPUT_DEV_MGR->Dump(fd, args); in ParseCommand()
151 WIN_MGR->Dump(fd, args); in ParseCommand()
157 udsServer->Dump(fd, args); in ParseCommand()
164 subscriberHandler->Dump(fd, args); in ParseCommand()
174 monitorHandler->Dump(fd, args); in ParseCommand()
184 interceptorHandler->Dump(fd, args); in ParseCommand()
193 filterHandler->Dump(fd, args); in ParseCommand()
198 MouseEventHdr->Dump(fd, args); in ParseCommand()
206 IPointerDrawingManager::GetInstance()->Dump(fd, args); in ParseCommand()
211 TOUCH_DRAWING_MGR->Dump(f in ParseCommand()
[all...]
/foundation/resourceschedule/background_task_mgr/services/test/unittest/bgtask_manager_abnormal_unit_test/
H A Dbgtask_manager_abnormal_unit_test.cpp88 BackgroundTaskMgrService_->Dump(-1, args1); in HWTEST_F()
90 BackgroundTaskMgrService_->Dump(-1, args1); in HWTEST_F()
93 BackgroundTaskMgrService_->Dump(-1, args1); in HWTEST_F()
96 BackgroundTaskMgrService_->Dump(-1, args1); in HWTEST_F()
99 BackgroundTaskMgrService_->Dump(-1, args1); in HWTEST_F()
102 EXPECT_EQ(BackgroundTaskMgrService_->Dump(-1, args1), ERR_BGTASK_PERMISSION_DENIED); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/common/dfx_utils/test/unittest/src/
H A Ddaudio_hidumper_test.cpp49 EXPECT_EQ(true, hidumper_->Dump(args, result)); in HWTEST_F()
51 EXPECT_EQ(true, hidumper_->Dump(args, result)); in HWTEST_F()
53 EXPECT_NE(true, hidumper_->Dump(args, result)); in HWTEST_F()
55 hidumper_->Dump(args, result); in HWTEST_F()
57 EXPECT_EQ(true, hidumper_->Dump(args, result)); in HWTEST_F()
59 EXPECT_EQ(true, hidumper_->Dump(args, result)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp356 void RSRenderProperty<bool>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
362 void RSRenderProperty<int>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
368 void RSRenderProperty<float>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
376 void RSRenderProperty<Vector4<uint32_t>>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
399 void RSRenderProperty<Vector4f>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
433 void RSRenderProperty<Quaternion>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
443 void RSRenderProperty<Vector2f>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
452 void RSRenderProperty<Matrix3f>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
457 void RSRenderProperty<Color>::Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderProperty
459 Get().Dump(ou in Dump()
463 void RSRenderProperty<std::shared_ptr<RSFilter>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
474 void RSRenderProperty<Vector4<Color>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
489 void RSRenderProperty<RRect>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
506 void RSRenderProperty<Drawing::DrawCmdListPtr>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
517 void RSRenderProperty<ForegroundColorStrategyType>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
523 void RSRenderProperty<SkMatrix>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
529 void RSRenderProperty<std::shared_ptr<RSLinearGradientBlurPara>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
538 void RSRenderProperty<std::shared_ptr<MotionBlurParam>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
547 void RSRenderProperty<std::shared_ptr<RSMagnifierParams>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
556 void RSRenderProperty<std::vector<std::shared_ptr<EmitterUpdater>>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
576 void RSRenderProperty<std::shared_ptr<ParticleNoiseFields>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
585 void RSRenderProperty<std::shared_ptr<RSMask>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
594 void RSRenderProperty<std::shared_ptr<RSShader>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
606 void RSRenderProperty<std::shared_ptr<RSImage>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
620 void RSRenderProperty<std::shared_ptr<RSPath>>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
639 void RSRenderProperty<Gravity>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
647 void RSRenderProperty<Drawing::Matrix>::Dump(std::string& out) const Dump() function in OHOS::Rosen::RSRenderProperty
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddistributed_sched_dumper_test.cpp74 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
90 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
106 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
122 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
139 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
156 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
173 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
190 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
207 bool res = DistributedSchedDumper::Dump(args, result); in HWTEST_F()
/foundation/resourceschedule/memmgr/common/src/
H A Dmemmgr_config_manager.cpp204 void MemmgrConfigManager::Dump(int fd) in Dump() function in OHOS::Memory::MemmgrConfigManager
206 availBufferConfig_.Dump(fd); in Dump()
207 killConfig_.Dump(fd); in Dump()
208 reclaimConfig_.Dump(fd); in Dump()
209 nandLifeConfig_.Dump(fd); in Dump()
210 systemMemoryLevelConfig_.Dump(fd); in Dump()
211 switchConfig_.Dump(fd); in Dump()
212 reclaimPriorityConfig_.Dump(fd); in Dump()
213 purgeablememConfig_.Dump(fd); in Dump()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/
H A Ddcamera_sink_hidumper_test.cpp55 * @tc.desc: Verify the Dump function.
64 bool ret = DcameraSinkHidumper::GetInstance().Dump(args, result); in HWTEST_F()
70 * @tc.desc: Verify the Dump function.
83 bool ret = DcameraSinkHidumper::GetInstance().Dump(args, result); in HWTEST_F()
89 * @tc.desc: Verify the Dump function.
100 bool ret = DcameraSinkHidumper::GetInstance().Dump(args, result); in HWTEST_F()
106 * @tc.desc: Verify the Dump function.
117 bool ret = DcameraSinkHidumper::GetInstance().Dump(args, result); in HWTEST_F()
123 * @tc.desc: Verify the Dump function.
134 bool ret = DcameraSinkHidumper::GetInstance().Dump(arg in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h72 virtual void Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSRenderPropertyBase
213 void Dump(std::string& out) const override
366 RSB_EXPORT void RSRenderProperty<bool>::Dump(std::string& out) const;
368 RSB_EXPORT void RSRenderProperty<int>::Dump(std::string& out) const;
370 RSB_EXPORT void RSRenderProperty<float>::Dump(std::string& out) const;
372 RSB_EXPORT void RSRenderProperty<Vector4<uint32_t>>::Dump(std::string& out) const;
374 RSB_EXPORT void RSRenderProperty<Vector4f>::Dump(std::string& out) const;
376 RSB_EXPORT void RSRenderProperty<Quaternion>::Dump(std::string& out) const;
378 RSB_EXPORT void RSRenderProperty<Vector2f>::Dump(std::string& out) const;
380 RSB_EXPORT void RSRenderProperty<Matrix3f>::Dump(st
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_magnifier_para.h52 void Dump(std::string& out) const in Dump() function in OHOS::Rosen::RSMagnifierParams
62 color.Dump(out); in Dump()
65 color.Dump(out); in Dump()
68 color.Dump(out); in Dump()
71 color.Dump(out); in Dump()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp232 int res = resSchedService_->Dump(wrongFd, argsNull); in HWTEST_F()
236 res = resSchedService_->Dump(correctFd, argsNull); in HWTEST_F()
239 res = resSchedService_->Dump(correctFd, argsHelp); in HWTEST_F()
242 res = resSchedService_->Dump(correctFd, argsAll); in HWTEST_F()
245 res = resSchedService_->Dump(correctFd, argsError); in HWTEST_F()
248 res = resSchedService_->Dump(correctFd, argsPlugin); in HWTEST_F()
251 res = resSchedService_->Dump(correctFd, argsOnePlugin); in HWTEST_F()
254 res = resSchedService_->Dump(correctFd, argsOnePlugin1); in HWTEST_F()
257 res = resSchedService_->Dump(correctFd, argsOnePlugin2); in HWTEST_F()
260 res = resSchedService_->Dump(correctF in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h32 void Dump(std::list<std::pair<int32_t, std::string>>& dumpList, int32_t depth) const;
33 void Dump(std::unique_ptr<JsonValue>& json) const;
49 void Dump(std::list<std::pair<int32_t, std::string>>& dumpList, int32_t depth) const;
50 void Dump(std::unique_ptr<JsonValue>& json) const;
83 void Dump(std::list<std::pair<int32_t, std::string>>& dumpList, int32_t depth, int32_t startNumber = 0) const;
85 void Dump(std::unique_ptr<JsonValue>& json, int32_t depth, int32_t startNumber = 0) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_dfx_adapter.cpp56 void DBDfxAdapter::Dump(int fd, const std::vector<std::u16string> &args) in Dump() function in DistributedDB::DBDfxAdapter
70 DBDumpHelper::Dump(fd, "DistributedDB Dump Message Info:\n\n"); in Dump()
71 DBDumpHelper::Dump(fd, "DistributedDB Database Basic Message Info:\n"); in Dump()
76 kvDBManager->Dump(fd); in Dump()
77 RelationalStoreInstance::GetInstance()->Dump(fd); in Dump()
78 DBDumpHelper::Dump(fd, "DistributedDB Common Message Info:\n"); in Dump()
80 DBDumpHelper::Dump(fd, "\tlast error msg = %s\n", SQLiteUtils::GetLastErrorMsg().c_str()); in Dump()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dbase_address_test.cpp63 ip.Dump(); in HWTEST_F()
65 ipv6.Dump(); in HWTEST_F()
67 mBaseAddressSubClass.Dump(); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/dfx_test/
H A Dxcollie_test.cpp41 int32_t ret = AVCodecXCollie::GetInstance().Dump(0); in HWTEST_F()
48 int32_t ret = AVCodecXCollie::GetInstance().Dump(0); in HWTEST_F()
54 ret = AVCodecXCollie::GetInstance().Dump(0); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
H A Ddistributed_ability_manager_dumper_test.cpp87 int32_t result = dtbabilitymgrService_->Dump(fd, args); in HWTEST_F()
104 int32_t result = dtbabilitymgrService_->Dump(fd, args); in HWTEST_F()
111 * @tc.desc: call DistributedAbilityManagerDumper::Dump not from hidumper.
122 bool result = DistributedAbilityManagerDumper::Dump(args, dumpResult); in HWTEST_F()
129 * @tc.desc: call DistributedAbilityManagerDumper::Dump with empty args.
139 bool result = DistributedAbilityManagerDumper::Dump(args, dumpResult); in HWTEST_F()
146 * @tc.desc: call DistributedAbilityManagerDumper::Dump with args -h.
156 bool result = DistributedAbilityManagerDumper::Dump(args, dumpResult); in HWTEST_F()
163 * @tc.desc: call DistributedAbilityManagerDumper::Dump with args -register.
173 bool result = DistributedAbilityManagerDumper::Dump(arg in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_dump/test/
H A Devent_dump_test.cpp152 ASSERT_NO_FATAL_FAILURE(INPUT_DEV_MGR->Dump(fd_, args)); in HWTEST_F()
184 ASSERT_NO_FATAL_FAILURE(WIN_MGR->Dump(fd_, args)); in HWTEST_F()
202 ASSERT_NO_FATAL_FAILURE(udsServer->Dump(fd_, args)); in HWTEST_F()
220 ASSERT_NO_FATAL_FAILURE(subscriberHandler->Dump(fd_, args)); in HWTEST_F()
238 ASSERT_NO_FATAL_FAILURE(monitorHandler->Dump(fd_, args)); in HWTEST_F()
256 ASSERT_NO_FATAL_FAILURE(interceptorHandler->Dump(fd_, args)); in HWTEST_F()
274 ASSERT_NO_FATAL_FAILURE(filterHandler->Dump(fd_, args)); in HWTEST_F()
290 ASSERT_NO_FATAL_FAILURE(MouseEventHdr->Dump(fd_, args)); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_dumper_test.cpp53 bool ret = dumper->Dump(args, result); in HWTEST_F()
63 bool ret = dumper->Dump(args, result); in HWTEST_F()
74 bool ret = dumper->Dump(args, result); in HWTEST_F()
85 bool ret = dumper->Dump(args, result); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.h156 void Dump() override;
200 void Dump() override;
211 void Dump() override;
222 void Dump() override;
233 void Dump() override;
244 void Dump() override;
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddevice_profile_dfx_test.cpp94 * @tc.desc: Dump
103 auto result = dumper->Dump(args, msg); in HWTEST_F()
123 * @tc.desc: Dump
132 auto result = dumper->Dump(args, msg); in HWTEST_F()
138 * @tc.desc: Dump
148 auto result = dumper->Dump(args, msg); in HWTEST_F()
154 * @tc.desc: Dump
164 auto result = dumper->Dump(args, msg); in HWTEST_F()
170 * @tc.desc: Dump
181 auto result = dumper->Dump(arg in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/servicesource/src/
H A Ddaudio_source_service_test.cpp103 * @tc.desc: Verify the Dump function.
111 EXPECT_EQ(DH_SUCCESS, sourceSrv_->Dump(fd, args)); in HWTEST_F()
114 EXPECT_EQ(ERR_DH_AUDIO_BAD_VALUE, sourceSrv_->Dump(fd, args)); in HWTEST_F()
118 EXPECT_EQ(DH_SUCCESS, sourceSrv_->Dump(fd, args)); in HWTEST_F()
122 EXPECT_EQ(DH_SUCCESS, sourceSrv_->Dump(fd, args)); in HWTEST_F()
126 EXPECT_EQ(DH_SUCCESS, sourceSrv_->Dump(fd, args)); in HWTEST_F()

Completed in 10 milliseconds

12345678910>>...48