Home
last modified time | relevance | path

Searched refs:GetLongParam (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
H A Dgetparam.h43 long GetLongParam();
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp156 long GetLongParam() in GetLongParam() function
267 long t = GetLongParam(); in GetLongVectorParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp196 EXPECT_EQ(want.GetLongParam(longType, 0), dstbWant.GetLongParam(longType, 0));
307 EXPECT_EQ(want->GetLongParam(longType, 0), dwant->GetLongParam(longType, 0));
940 long v1 = want1->GetLongParam(it->first, default1); in CompareWantNumber()
941 long v2 = want2->GetLongParam(it->first, default2); in CompareWantNumber()
2736 EXPECT_EQ(result, want_->GetLongParam(getKey, defaultValue));
2753 EXPECT_EQ(defaultValue, want_->GetLongParam(key, defaultValue));
2773 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
2776 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
2795 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
2799 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp165 appVersionCode_ = want.GetLongParam(BConstants::EXTENSION_VERSION_CODE_PARA, 0); in GetParament()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h541 long GetLongParam(const std::string& key, long defaultValue) const;
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp710 long v1 = want1->GetLongParam(it->first, default1); in CompareWant()
711 long v2 = want2->GetLongParam(it->first, default2); in CompareWant()
3067 EXPECT_EQ(result, want_->GetLongParam(getKey, defaultValue));
3083 EXPECT_EQ(defaultValue, want_->GetLongParam(key, defaultValue));
3102 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
3105 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3123 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3127 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h637 long GetLongParam(const std::string &key, long defaultValue) const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_share_mgr.cpp431 …int64_t requestCode = static_cast<int64_t>(want.GetLongParam(Constants::FORM_SHARE_REQUEST_CODE, 0… in AcquireShareFormData()
H A Dform_task_mgr.cpp66 …int64_t requestCode = static_cast<int64_t>(want.GetLongParam(Constants::FORM_SHARE_REQUEST_CODE, 0… in PostShareAcquireTask()
687 …int64_t requestCode = static_cast<int64_t>(want.GetLongParam(Constants::FORM_ACQUIRE_DATA_REQUEST_… in AcquireFormData()
H A Dform_timer_mgr.cpp1493 long updateTime = want.GetLongParam(Constants::KEY_WAKEUP_TIME, -1); in OnReceiveEvent()
H A Dform_mgr_adapter.cpp259 …themeFormInfo.themeFormId = static_cast<int64_t>(want.GetLongParam(Constants::PARAM_THEME_THEME_FO… in FillThemeFormInfo()
260 …themeFormInfo.themeId = static_cast<int64_t>(want.GetLongParam(Constants::PARAM_THEME_THEME_ID, 0)… in FillThemeFormInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp607 long DistributedWant::GetLongParam(const std::string& key, long defaultValue) const in GetLongParam() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp106 updateInfo.firstReceivedTime = data.GetWant().GetLongParam(FIRMWARE_EVENT_INFO_CHECK_TIME, 0); in OnCommonEventSystemUpdate()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp990 long Want::GetLongParam(const std::string &key, long defaultValue) const in GetLongParam() function in OHOS::AAFwk::Want