Home
last modified time | relevance | path

Searched refs:GetDoubleParam (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
H A Dgetparam.h45 double GetDoubleParam();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_resource.h55 double GetDoubleParam(const std::string& param, const std::string& name) const;
H A Dweb_resource.cpp61 double WebResource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam() function in OHOS::Ace::WebResource
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfifth_fuzzer/
H A Dwantfifth_fuzzer.cpp51 want->GetDoubleParam(key, doubleValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.h65 double GetDoubleParam(const std::string& param, const std::string& name) const;
H A Dweb_resource.cpp75 double WebResource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam() function in OHOS::Ace::WebResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_resource.h64 double GetDoubleParam(const std::string& param, const std::string& name) const;
H A Dxcomponent_resource.cpp71 double XComponentResource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam() function in OHOS::Ace::XComponentResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_resource.h67 double GetDoubleParam(const std::string& param, const std::string& name) const;
H A Drich_text_resource.cpp70 double RichTextResource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam() function in OHOS::Ace::RichTextResource
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.h71 double GetDoubleParam(const std::string& param, const std::string& name) const;
H A Dresource.cpp71 double Resource::GetDoubleParam(const std::string& param, const std::string& name) const in GetDoubleParam() function in OHOS::Ace::Resource
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp138 width_ = want.GetDoubleParam(OHOS::AppExecFwk::Constants::PARAM_FORM_WIDTH_KEY, 0.0f); in ParseWant()
139 height_ = want.GetDoubleParam(OHOS::AppExecFwk::Constants::PARAM_FORM_HEIGHT_KEY, 0.0f); in ParseWant()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp198 EXPECT_EQ(want.GetDoubleParam(doubleType, 0), dstbWant.GetDoubleParam(doubleType, 0));
309 EXPECT_EQ(want->GetDoubleParam(doubleType, 0), dwant->GetDoubleParam(doubleType, 0));
954 double v1 = want1->GetDoubleParam(it->first, default1); in CompareWantNumber()
955 double v2 = want2->GetDoubleParam(it->first, default2); in CompareWantNumber()
3183 EXPECT_EQ(result, want_->GetDoubleParam(getKey, defaultValue));
3201 EXPECT_EQ(defaultValue, want_->GetDoubleParam(key, defaultValue));
3221 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));
3224 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3243 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3247 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp133 want->GetDoubleParam(key, doubleValue); in DoSomethingInterestingWithMyApiDistributedWant005()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h476 double GetDoubleParam(const std::string& key, double defaultValue) const;
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp176 double GetDoubleParam() in GetDoubleParam() function
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp730 double v1 = want1->GetDoubleParam(it->first, default1); in CompareWant()
731 double v2 = want2->GetDoubleParam(it->first, default2); in CompareWant()
3500 EXPECT_EQ(result, want_->GetDoubleParam(getKey, defaultValue));
3517 EXPECT_EQ(defaultValue, want_->GetDoubleParam(key, defaultValue));
3536 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));
3539 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3557 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3561 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h572 double GetDoubleParam(const std::string &key, double defaultValue) const;
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp881 double width = innerIter->second.want.GetDoubleParam( in AddFormRequest()
883 double height = innerIter->second.want.GetDoubleParam( in AddFormRequest()
885 double borderWidth = innerIter->second.want.GetDoubleParam( in AddFormRequest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp508 double DistributedWant::GetDoubleParam(const std::string& key, double defaultValue) const in GetDoubleParam() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp842 double Want::GetDoubleParam(const std::string &key, double defaultValue) const in GetDoubleParam() function in OHOS::AAFwk::Want