/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
H A D | getparam.h | 45 double GetDoubleParam();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_resource.h | 55 double GetDoubleParam(const std::string& param, const std::string& name) const;
|
H A D | web_resource.cpp | 61 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 D | wantfifth_fuzzer.cpp | 51 want->GetDoubleParam(key, doubleValue); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.h | 65 double GetDoubleParam(const std::string& param, const std::string& name) const;
|
H A D | web_resource.cpp | 75 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 D | xcomponent_resource.h | 64 double GetDoubleParam(const std::string& param, const std::string& name) const;
|
H A D | xcomponent_resource.cpp | 71 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 D | rich_text_resource.h | 67 double GetDoubleParam(const std::string& param, const std::string& name) const;
|
H A D | rich_text_resource.cpp | 70 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 D | resource.h | 71 double GetDoubleParam(const std::string& param, const std::string& name) const;
|
H A D | resource.cpp | 71 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 D | form_renderer.cpp | 138 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 D | distributed_want_test.cpp | 198 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 D | distributedwant_fuzzer.cpp | 133 want->GetDoubleParam(key, doubleValue); in DoSomethingInterestingWithMyApiDistributedWant005()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want.h | 476 double GetDoubleParam(const std::string& key, double defaultValue) const;
|
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
H A D | getparam.cpp | 176 double GetDoubleParam() in GetDoubleParam() function
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 730 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 D | want.h | 572 double GetDoubleParam(const std::string &key, double defaultValue) const;
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_record.cpp | 881 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 D | distributed_want.cpp | 508 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 D | want.cpp | 842 double Want::GetDoubleParam(const std::string &key, double defaultValue) const in GetDoubleParam() function in OHOS::AAFwk::Want
|