/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
H A D | getparam.h | 43 long GetLongParam();
|
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
H A D | getparam.cpp | 156 long GetLongParam() in GetLongParam() function 267 long t = GetLongParam(); in GetLongVectorParam()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 196 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 D | ext_backup.cpp | 165 appVersionCode_ = want.GetLongParam(BConstants::EXTENSION_VERSION_CODE_PARA, 0); in GetParament()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want.h | 541 long GetLongParam(const std::string& key, long defaultValue) const;
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 710 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 D | want.h | 637 long GetLongParam(const std::string &key, long defaultValue) const;
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_share_mgr.cpp | 431 …int64_t requestCode = static_cast<int64_t>(want.GetLongParam(Constants::FORM_SHARE_REQUEST_CODE, 0… in AcquireShareFormData()
|
H A D | form_task_mgr.cpp | 66 …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 D | form_timer_mgr.cpp | 1493 long updateTime = want.GetLongParam(Constants::KEY_WAKEUP_TIME, -1); in OnReceiveEvent()
|
H A D | form_mgr_adapter.cpp | 259 …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 D | distributed_want.cpp | 607 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 D | enterprise_device_mgr_ability.cpp | 106 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 D | want.cpp | 990 long Want::GetLongParam(const std::string &key, long defaultValue) const in GetLongParam() function in OHOS::AAFwk::Want
|