Home
last modified time | relevance | path

Searched refs:GetParam (Results 1 – 25 of 219) sorted by relevance

123456789

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp757 PrepareSource(GetParam());
772 PrepareSource(GetParam());
787 PrepareSource(GetParam());
803 PrepareSource(GetParam());
820 PrepareSource(GetParam());
837 PrepareSource(GetParam());
854 PrepareSource(GetParam());
878 PrepareSource(GetParam());
902 PrepareSource(GetParam());
927 PrepareSource(GetParam());
[all …]
H A Dvideodec_func_unit_test.cpp674 PrepareSource(GetParam());
688 PrepareSource(GetParam());
705 PrepareSource(GetParam());
722 PrepareSource(GetParam());
737 PrepareSource(GetParam());
751 PrepareSource(GetParam());
767 PrepareSource(GetParam());
786 PrepareSource(GetParam());
804 PrepareSource(GetParam());
817 PrepareSource(GetParam());
[all …]
H A Dvideodec_hdrvivid2sdr_unit_test.cpp234 PrepareSource(GetParam());
249 PrepareSource(GetParam());
264 auto testCode = GetParam();
291 auto testCode = GetParam();
316 auto testCode = GetParam();
344 auto testCode = GetParam();
482 PrepareSource(GetParam());
501 PrepareSource(GetParam());
663 PrepareSource(GetParam());
682 PrepareSource(GetParam());
[all …]
H A Dvideodec_hevcdec_unit_test.cpp655 vdec->operation_ = VideoDecHevcDecTest::GetParam();
687 vdec->operation_ = VideoDecHevcDecTest::GetParam();
718 vdec->operation_ = VideoDecHevcDecTest::GetParam();
750 vdec->operation_ = VideoDecHevcDecTest::GetParam();
784 vdec->operation_ = VideoDecHevcDecTest::GetParam();
816 vdec->operation_ = VideoDecHevcDecTest::GetParam();
849 vdec->operation_ = VideoDecHevcDecTest::GetParam();
881 vdec->operation_ = VideoDecHevcDecTest::GetParam();
914 vdec->operation_ = VideoDecHevcDecTest::GetParam();
949 vdec->operation_ = VideoDecHevcDecTest::GetParam();
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_info_test.cpp60 unsigned int major = std::stoi(data->GetParam("MAJOR"));
61 unsigned int minor = std::stoi(data->GetParam("MINOR"));
93 unsigned int major = std::stoi(data->GetParam("MAJOR"));
94 unsigned int minor = std::stoi(data->GetParam("MINOR"));
126 unsigned int major = std::stoi(data->GetParam("MAJOR"));
127 unsigned int minor = std::stoi(data->GetParam("MINOR"));
159 unsigned int major = std::stoi(data->GetParam("MAJOR"));
160 unsigned int minor = std::stoi(data->GetParam("MINOR"));
192 unsigned int major = std::stoi(data->GetParam("MAJOR"));
193 unsigned int minor = std::stoi(data->GetParam("MINOR"));
[all …]
H A Ddisk_manager_test.cpp175 unsigned int major = (unsigned int) std::stoi(data.get()->GetParam("MAJOR"));
176 unsigned int minor = (unsigned int) std::stoi(data.get()->GetParam("MINOR"));
202 unsigned int major = std::stoi(data->GetParam("MAJOR"));
203 unsigned int minor = std::stoi(data->GetParam("MINOR"));
230 unsigned int major = std::stoi(data->GetParam("MAJOR"));
231 unsigned int minor = std::stoi(data->GetParam("MINOR"));
259 unsigned int major = std::stoi(data->GetParam("MAJOR"));
260 unsigned int minor = std::stoi(data->GetParam("MINOR"));
/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_basicinstruction.cpp27 int32_t ret = context.GetParam(0, result); in Execute()
38 int32_t ret = context.GetParam(0, result); in Execute()
62 ret = context.GetParam(0, str); in Execute()
72 ret = context.GetParam(i, v); in Execute()
112 int32_t ret = context.GetParam(0, str); in Execute()
117 ret = context.GetParam(1, subStr); in Execute()
137 ret = context.GetParam(i, v); in Execute()
145 ret = context.GetParam(i, v); in Execute()
153 ret = context.GetParam(i, v); in Execute()
170 ret = context.GetParam(i, file); in Execute()
[all …]
H A Dscript_updateprocesser.cpp28 int32_t ret = context.GetParam(0, setProcess); in Execute()
45 int32_t ret = context.GetParam(0, startProcess); in Execute()
50 ret = context.GetParam(1, endProcess); in Execute()
68 int32_t ret = context.GetParam(0, message); in Execute()
80 int32_t ret = context.GetParam(0, proportion); in Execute()
/ohos5.0/foundation/multimedia/audio_framework/test/moduletest/audiopolicy/1.0/src/
H A Daudio_policy_test.cpp153 PolicyParam params = GetParam();
174 PolicyParam params = GetParam();
196 PolicyParam params = GetParam();
217 PolicyParam params = GetParam();
237 PolicyParam params = GetParam();
258 PolicyParam params = GetParam();
288 PolicyParam params = GetParam();
307 PolicyParam params = GetParam();
326 PolicyParam params = GetParam();
334 PolicyParam params = GetParam();
[all …]
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_patch.cpp63 ret |= static_cast<uint32_t>(context.GetParam(index++, para.srcSize)); in GetParam()
64 ret |= static_cast<uint32_t>(context.GetParam(index++, para.srcHash)); in GetParam()
65 ret |= static_cast<uint32_t>(context.GetParam(index++, para.destSize)); in GetParam()
66 ret |= static_cast<uint32_t>(context.GetParam(index++, para.destHash)); in GetParam()
67 ret |= static_cast<uint32_t>(context.GetParam(index++, para.patchFile)); in GetParam()
177 int32_t ret = GetParam(context, para); in ExecuteImagePatch()
244 ret |= static_cast<uint32_t>(context.GetParam(index++, para.srcSize)); in GetParam()
245 ret |= static_cast<uint32_t>(context.GetParam(index++, para.srcHash)); in GetParam()
246 ret |= static_cast<uint32_t>(context.GetParam(index++, para.destSize)); in GetParam()
247 ret |= static_cast<uint32_t>(context.GetParam(index++, para.destHash)); in GetParam()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_event_handler.cpp48 ProcessActiveTimeOut(event.GetParam()); in ProcessEvent()
54 ProcessInactiveTimeOut(event.GetParam()); in ProcessEvent()
62 ProcessShareDataTimeOut(event.GetParam()); in ProcessEvent()
82 …auto eventWrap = EventWrap(AbilityManagerService::LOAD_TIMEOUT_MSG, event.GetParam(), event.IsExte… in ProcessLoadTimeOut()
87 server->HandleLoadTimeOut(event.GetParam(), event.GetRunCount() == 0, event.IsExtension()); in ProcessLoadTimeOut()
116 auto eventWrap = EventWrap(AbilityManagerService::FOREGROUND_TIMEOUT_MSG, event.GetParam(), in ProcessForegroundTimeOut()
122 … server->HandleForegroundTimeOut(event.GetParam(), event.GetRunCount() == 0, event.IsExtension()); in ProcessForegroundTimeOut()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_event_handler_test/
H A Dability_event_handler_test.cpp65 auto event2 = EventWrap(AbilityManagerService::LOAD_TIMEOUT_MSG, event.GetParam());
68 event2 = EventWrap(AbilityManagerService::ACTIVE_TIMEOUT_MSG, event.GetParam());
70 event2 = EventWrap(AbilityManagerService::INACTIVE_TIMEOUT_MSG, event.GetParam());
72 event2 = EventWrap(AbilityManagerService::FOREGROUND_TIMEOUT_MSG, event.GetParam());
74 event2 = EventWrap(AbilityManagerService::BACKGROUND_TIMEOUT_MSG, event.GetParam());
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1611 byte setValue = std::get<2>(GetParam());
1613 byte result = std::get<4>(GetParam());
1838 zchar result = std::get<4>(GetParam());
2403 short result = std::get<4>(GetParam());
2732 long setValue = std::get<2>(GetParam());
2734 long result = std::get<4>(GetParam());
2844 int setValue = std::get<2>(GetParam());
2846 int result = std::get<4>(GetParam());
3070 float result = std::get<4>(GetParam());
3181 double result = std::get<4>(GetParam());
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp1985 byte setValue = std::get<2>(GetParam());
1987 byte result = std::get<4>(GetParam());
2201 zchar result = std::get<4>(GetParam());
2745 short result = std::get<4>(GetParam());
3063 long setValue = std::get<2>(GetParam());
3065 long result = std::get<4>(GetParam());
3171 int setValue = std::get<2>(GetParam());
3173 int result = std::get<4>(GetParam());
3390 float result = std::get<4>(GetParam());
3498 double result = std::get<4>(GetParam());
[all …]
H A Dwant_params_test.cpp122 int right = Integer::Unbox(IInteger::Query(wantParamsIn_->GetParam(keyStr)));
128 right = Integer::Unbox(IInteger::Query(wantParamsOut_->GetParam(keyStr)));
149 long retLong = Long::Unbox(ILong::Query(wantParamsOut_->GetParam(keyStr)));
181 IArray *aoOut = IArray::Query(l1Out.GetParam("l1"));
193 std::string hello0(String::Unbox(IString::Query(wp0.GetParam("hello"))));
195 std::string hello1(String::Unbox(IString::Query(wp1.GetParam("hello"))));
221 std::string hello(String::Unbox(IString::Query(wpOut.GetParam("hello"))));
223 std::string welcome(String::Unbox(IString::Query(wpOut.GetParam("welcome"))));
252 IArray *aoOut = IArray::Query(l1Out.GetParam("l1"));
335 EXPECT_NE(wp3.GetParam("l1"), wp2.GetParam("l1"));
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp753 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_UDKEY,
770 int32_t ret = g_intentionService->GetParam(g_intention, DragRequestID::GET_SHADOW_OFFSET,
786 int32_t ret = g_intentionService->GetParam(g_intention, DragRequestID::GET_DRAG_DATA,
802 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE,
818 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_SUMMARY,
834 int32_t ret = g_intentionService->GetParam(g_intention, DragRequestID::GET_DRAG_ACTION,
883 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_SHADOW_OFFSET,
903 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_EXTRA_INFO,
992 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_STATE,
1015 int32_t ret = g_intentionService->GetParam(Intention::DRAG, DragRequestID::GET_DRAG_ACTION,
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp53 std::string devType = data->GetParam("DEVTYPE"); in HandleDiskEvent()
58 unsigned int major = (unsigned int) std::stoi(data->GetParam("MAJOR")); in HandleDiskEvent()
59 unsigned int minor = (unsigned int) std::stoi(data->GetParam("MINOR")); in HandleDiskEvent()
98 unsigned int major = (unsigned int) std::stoi(data->GetParam("MAJOR")); in MatchConfig()
99 unsigned int minor = (unsigned int) std::stoi(data->GetParam("MINOR")); in MatchConfig()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp73 … rulesSet1(dateTimeRule->GetUniverseRules(), dateTimeRule->GetSubRules(), dateTimeRule->GetParam(), in Init()
81 …t rulesSet2(dateTimeRule->GetLocalesRules(), dateTimeRule->GetSubRules(), dateTimeRule->GetParam(), in Init()
97 RulesSet rulesSet4(kv.second, dateTimeRule->GetSubRules(), dateTimeRule->GetParam(), in Init()
104 …et rulesSet5(dateTimeRule->GetFilterRules(), dateTimeRule->GetSubRules(), dateTimeRule->GetParam(), in Init()
110 RulesSet rulesSet6(dateTimeRule->GetPastRules(), nullMap, dateTimeRule->GetParam(), in Init()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H A Dnetshare_exec.cpp66 SharingIfaceType ifaceType = static_cast<SharingIfaceType>(context->GetParam()); in ExecStartSharing()
83 SharingIfaceType ifaceType = static_cast<SharingIfaceType>(context->GetParam()); in ExecStopSharing()
100 SharingIfaceState ifaceState = static_cast<SharingIfaceState>(context->GetParam()); in ExecGetSharingIfaces()
125 SharingIfaceType ifaceType = static_cast<SharingIfaceType>(context->GetParam()); in ExecGetSharingState()
140 return NapiUtils::CreateInt32(context->GetEnv(), context->GetParam()); in GetSharingStateCallback()
145 SharingIfaceType ifaceType = static_cast<SharingIfaceType>(context->GetParam()); in ExecGetSharableRegexes()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp190 auto key = GetParam();
211 auto key = GetParam();
232 auto key = GetParam();
253 auto key = GetParam();
274 auto key = GetParam();
295 auto key = GetParam();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_info_test/
H A Dwant_agent_info_test.cpp98 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(wantAgentInfo->GetExtraInfo()->GetParam(key))),
99 Boolean::Unbox(IBoolean::Query(extraInfo->GetParam(key))));
132 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(wantAgentInfo->GetExtraInfo()->GetParam(key))),
133 Boolean::Unbox(IBoolean::Query(extraInfo->GetParam(key))));
166 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(wantAgentInfo->GetExtraInfo()->GetParam(key))),
167 Boolean::Unbox(IBoolean::Query(extraInfo->GetParam(key))));
179 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(wantAgentInfo->GetExtraInfo()->GetParam(key))),
180 Boolean::Unbox(IBoolean::Query(wantAgentInfo1.GetExtraInfo()->GetParam(key))));
312 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(wantAgentInfo->GetExtraInfo()->GetParam(key))),
313 Boolean::Unbox(IBoolean::Query(extraInfo->GetParam(key))));
/ohos5.0/base/hiviewdfx/hisysevent/test/unittest/common/napi/
H A Dnapi_hisysevent.test.js105 function GetParam(src, key) { function
883 expect(GetParam(infos[0], "FIRST_INT_VAL")).assertEqual(FIRST_INT_VAL)
884 expect(GetParam(infos[0], "SECOND_INT_VAL")).assertEqual(SECOND_INT_VAL)
885 expect(GetParam(infos[0], "THIRD_INT_VAL")).assertEqual(THIRD_INT_VAL)
886 expect(GetParam(infos[0], "FORTH_INT_VAL")).assertEqual(FORTH_INT_VAL)
923 expect(BigInt(GetParam(infos[0], "FIRST_BIG_INT_VAL"))).assertEqual(FIRST_BIG_INT_VAL)
925 expect(BigInt(GetParam(infos[0], "THIRD_BIG_INT_VAL"))).assertEqual(THIRD_BIG_INT_VAL)
926 expect(BigInt(GetParam(infos[0], "FORTH_BIG_INT_VAL"))).assertEqual(FORTH_BIG_INT_VAL)
962 expect(GetParam(infos[0], "UINT64_MAX")).assertEqual(UINT64_MAX)
963 expect(GetParam(infos[0], "INT64_MAX")).assertEqual(INT64_MAX)
[all …]
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp109 auto param = event->GetParam();
130 auto param = event->GetParam();
155 auto param = event->GetParam();
181 auto param = event->GetParam();
206 auto param = event->GetParam();
247 auto param = event->GetParam();
326 auto param = event->GetParam();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/trigger_Info_test/
H A Dtrigger_Info_test.cpp99 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(triggerInfo.extraInfo_->GetParam(key))), value);
125 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(triggerInfo.extraInfo_->GetParam(key))), value);
133 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(triggerInfo1.extraInfo_->GetParam(key))), value);
165 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(builder->params_->GetParam(key))), value);
221 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(info->extraInfo_->GetParam(key))), value);
262 EXPECT_EQ(Boolean::Unbox(IBoolean::Query(triggerInfo2.extraInfo_->GetParam(key))), value);
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_instruction.h92 virtual int32_t GetParam(int32_t index, int32_t& value) = 0;
93 virtual int32_t GetParam(int32_t index, float& value) = 0;
94 virtual int32_t GetParam(int32_t index, std::string& value) = 0;

123456789