| /base/telephony/core_service/services/sim/test/ |
| D | common_event_test.h | 71 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent() 72 << ", state = " << want.GetIntParam(PARAM_STATE, DEFAULT_PARAM) in OnReceiveEvent() 82 … << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) << std::endl; in OnReceiveEvent() 86 … << ", slotId = " << want.GetIntParam(PARAM_STK_SLOTID, DEFAULT_PARAM) << std::endl; in OnReceiveEvent() 90 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent() 95 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent() 100 << ", slotId = " << want.GetIntParam(PARAM_SLOTID, DEFAULT_PARAM) in OnReceiveEvent()
|
| /base/telephony/sms_mms/test/unittest/ |
| D | sms_broadcast_subscriber.cpp | 69 …std::cout << SmsCbData::SLOT_ID << ":" << want.GetIntParam(SmsCbData::SLOT_ID, DEFAULT_VALUE) << s… in CbMessageTest() 97 << want.GetIntParam(SmsCbData::SERIAL_NUM, DEFAULT_VALUE) << std::endl; in CbMessageTest() 100 << want.GetIntParam(SmsCbData::MSG_ID, DEFAULT_VALUE) << std::endl; in CbMessageTest() 102 << want.GetIntParam(SmsCbData::SERVICE_CATEGORY, DEFAULT_VALUE) << std::endl; in CbMessageTest() 110 …std::cout << SmsCbData::LAC << ":" << want.GetIntParam(SmsCbData::LAC, DEFAULT_VALUE) << std::endl; in CbMessageTest() 111 …std::cout << SmsCbData::CID << ":" << want.GetIntParam(SmsCbData::CID, DEFAULT_VALUE) << std::endl; in CbMessageTest() 113 << want.GetIntParam(SmsCbData::WARNING_TYPE, DEFAULT_VALUE) << std::endl; in CbMessageTest() 120 std::cout << "wap push slotId:" << want.GetIntParam("slotId", 0) << std::endl; in WapPushMessageTest() 121 std::cout << "wap push pushType:" << want.GetIntParam("pushType", 0) << std::endl; in WapPushMessageTest() 122 std::cout << "wap push transactionId:" << want.GetIntParam("transactionId", 0) << std::endl; in WapPushMessageTest()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_operator_brocast_test.cpp | 29 data.GetWant().GetIntParam("slotId", -1)); in OnReceiveEvent() 33 int32_t slotId = data.GetWant().GetIntParam("slotId", -1); in OnReceiveEvent()
|
| /base/powermgr/battery_statistics/services/native/src/ |
| D | battery_stats_subscriber.cpp | 46 …int capacity = data.GetWant().GetIntParam(BatteryInfo::COMMON_EVENT_KEY_CAPACITY, StatsUtils::INVA… in OnReceiveEvent() 47 int pluggedType = data.GetWant().GetIntParam( in OnReceiveEvent()
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/ |
| D | charger_state_collection.cpp | 95 g_cachedIdleState.soc = data.GetWant().GetIntParam(BatteryInfo::COMMON_EVENT_KEY_CAPACITY, -1); in HandleChangerStatusCompleted() 96 … int32_t chargeState = data.GetWant().GetIntParam(BatteryInfo::COMMON_EVENT_KEY_CHARGE_STATE, -1); in HandleChangerStatusCompleted() 132 …g_cachedIdleState.current = data.GetWant().GetIntParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_NOW_C… in HandleChangerInnerStatusCompleted() 190 int32_t level = data.GetWant().GetIntParam(key, -1); in HandleThermalLevelCompleted()
|
| /base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
| D | getparam.cpp | 39 if (GetIntParam() % ACCOUNT_FUZZ_BOOL == 0) { in GetBoolParam() 166 int GetIntParam() in GetIntParam() function 279 int t = GetIntParam(); in GetIntVectorParam() 291 float t = GetIntParam(); in GetFloatVectorParam() 303 double t = GetIntParam(); in GetDoubleVectorParam() 407 switch (GetIntParam() % INDEX_THREE) { in GetParamOsAccountType() 429 …OsAccountInfo osAccountInfo(GetIntParam(), GetStringParam(), GetParamOsAccountType(), GetS64Param(… in GetParamOsAccountInfo()
|
| /base/account/os_account/services/accountmgr/src/appaccount/ |
| D | app_account_common_event_observer.cpp | 99 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in DealWithRemoveEvent() 102 appIndex = want.GetIntParam(AppExecFwk::Constants::SANDBOX_APP_INDEX, -1); in DealWithRemoveEvent()
|
| /base/web/webview/ohos_adapter/battery_mgr_adapter/src/ |
| D | battery_mgr_client_adapter_impl.cpp | 56 auto capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultInvalid); in OnReceiveEvent() 57 auto isChangingType = data.GetWant().GetIntParam(KEY_CHARGE_TYPE, defaultInvalid); in OnReceiveEvent()
|
| /base/powermgr/battery_manager/test/systemtest/src/ |
| D | battery_event_system_test.cpp | 204 int capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultCapacity); in OnReceiveEvent() 212 int chargeState = data.GetWant().GetIntParam(KEY_CHARGE_STATE, defaultChargeState); in OnReceiveEvent() 220 int chargeState = data.GetWant().GetIntParam(KEY_CHARGE_STATE, defaultChargeState); in OnReceiveEvent() 228 int maxVoltage = data.GetWant().GetIntParam(KEY_PLUGGED_MAX_VOLTAGE, defaultMaxVoltage); in OnReceiveEvent() 237 int maxVoltage = data.GetWant().GetIntParam(KEY_PLUGGED_MAX_VOLTAGE, defaultMaxVoltage); in OnReceiveEvent() 253 g_capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultCapacity); in OnReceiveEvent() 254 g_capacityLevel = data.GetWant().GetIntParam(KEY_CAPACITY_LEVEL, defaultCapacityLevel); in OnReceiveEvent() 255 g_chargeState = data.GetWant().GetIntParam(KEY_CHARGE_STATE, defaultChargeState); in OnReceiveEvent()
|
| /base/telephony/call_manager/test/unittest/ui_client/ |
| D | common_event_subscriber_test.cpp | 37 int32_t id = want.GetIntParam("notificationId", DEFAULT_MISSED_CALL_NOTIFICATION_ID); in OnReceiveEvent()
|
| /base/security/asset/services/os_dependency/src/ |
| D | system_event_wrapper.cpp | 35 int userId = want.GetIntParam(USER_ID, INVALID_USERID); in HandlePackageRemoved() 37 int appIndex = isSandBoxApp ? want.GetIntParam(SANDBOX_APP_INDEX, -1) : 0; in HandlePackageRemoved()
|
| /base/account/os_account/services/accountmgr/src/ |
| D | account_event_subscribe.cpp | 41 auto uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in OnReceiveEvent()
|
| /base/telephony/core_service/services/network_search/test/ |
| D | test_broadcast.cpp | 29 int32_t slotId = data.GetWant().GetIntParam(CUR_SLOT_ID, 0); in OnReceiveEvent()
|
| /base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
| D | getparam.h | 44 int GetIntParam();
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/ |
| D | cm_event_observer.cpp | 47 context.uid = static_cast<uint32_t>(want.GetIntParam(AppExecFwk::Constants::UID, -1)); in OnReceiveEvent()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | reminder_event_manager.cpp | 189 int32_t userId = want.GetIntParam(OHOS::AppExecFwk::Constants::USER_ID, -1); in HandlePackageRemove() 208 int32_t userId = want.GetIntParam(OHOS::AppExecFwk::Constants::USER_ID, -1); in GetBundleOption()
|
| D | system_event_observer.cpp | 60 int32_t uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in GetBundleOption()
|
| D | reminder_data_manager.cpp | 497 …int32_t reminderId = static_cast<int32_t>(want.GetIntParam(ReminderRequest::PARAM_REMINDER_ID, -1)… in CloseReminder() 758 …int32_t reminderId = static_cast<int32_t>(want.GetIntParam(ReminderRequest::PARAM_REMINDER_ID, -1)… in TerminateAlerting() 886 …int32_t reminderId = static_cast<int32_t>(want.GetIntParam(ReminderRequest::PARAM_REMINDER_ID, -1)… in ShowActiveReminder() 1048 …int32_t reminderId = static_cast<int32_t>(want.GetIntParam(ReminderRequest::PARAM_REMINDER_ID, -1)… in SnoozeReminder() 1717 …int32_t reminderId = static_cast<int32_t>(want.GetIntParam(ReminderRequest::PARAM_REMINDER_ID, -1)… in HandleCustomButtonClick()
|
| /base/powermgr/thermal_manager/test/systemtest/src/ |
| D | thermal_level_event_system_test.cpp | 175 int32_t level = data.GetWant().GetIntParam(key, invalidLevel); in OnReceiveEvent() 186 int32_t level = data.GetWant().GetIntParam(key, invalidLevel); in OnReceiveEvent() 197 int32_t level = data.GetWant().GetIntParam(key, invalidLevel); in OnReceiveEvent()
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_state_observer.cpp | 74 int32_t slotId = want.GetIntParam("slotId", DEFAULT_VALUE); in OnReceiveEvent()
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
| D | hks_event_observer.cpp | 102 int uid = want.GetIntParam(AppExecFwk::Constants::UID, -1); in OnReceiveEvent()
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
| D | dlp_file_kits.cpp | 68 return wp.GetIntParam(TAG_KEY_FD_VALUE, INVALID_FD); in GetWantFileDescriptor()
|
| /base/inputmethod/imf/services/src/ |
| D | im_common_event_manager.cpp | 218 int32_t userId = want.GetIntParam("userId", 0); in RemovePackage()
|
| /base/telephony/core_service/services/network_search/src/ |
| D | device_state_observer.cpp | 134 …if (data.GetWant().GetIntParam(NET_TYPE, NetBearType::BEARER_DEFAULT) == NetBearType::BEARER_WIFI)… in ProcessWifiState()
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| D | thermal_level_event_test.cpp | 98 int32_t level = data.GetWant().GetIntParam(key, invalidLevel); in OnReceiveEvent()
|