| /base/telephony/call_manager/test/unittest/ui_client/ |
| D | call_manager_callback_test.cpp | 53 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl in OnReportAsyncResults() 54 << "status:" << (int32_t)resultInfo.GetIntValue("status", -1) << std::endl in OnReportAsyncResults() 55 << "classCw:" << (int32_t)resultInfo.GetIntValue("classCw", -1) << std::endl; in OnReportAsyncResults() 58 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl; in OnReportAsyncResults() 61 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl in OnReportAsyncResults() 62 << "status:" << (int32_t)resultInfo.GetIntValue("status", -1) << std::endl in OnReportAsyncResults() 63 << "classCw:" << (int32_t)resultInfo.GetIntValue("classCw", -1) << std::endl; in OnReportAsyncResults() 66 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl; in OnReportAsyncResults() 69 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl; in OnReportAsyncResults() 72 std::cout << "result:" << (int32_t)resultInfo.GetIntValue("result", -1) << std::endl in OnReportAsyncResults() [all …]
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| D | brightness_param_helper.cpp | 25 int32_t value = SysParam::GetIntValue(KEY_DEFAULT_BRIGHTNESS, BRIGHTNESS_DEFAULT); in GetDefaultBrightness() 31 int32_t value = SysParam::GetIntValue(KEY_MAX_BRIGHTNESS, BRIGHTNESS_MAX); in GetMaxBrightness() 37 int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS, BRIGHTNESS_MIN); in GetMinBrightness()
|
| D | brightness_setting_helper.cpp | 85 ErrCode ret = provider.GetIntValue(key, value); in GetSettingBrightness() 139 ErrCode ret = provider.GetIntValue(key, value); in GetSettingAutoBrightness()
|
| /base/powermgr/display_manager/state_manager/service/native/src/ |
| D | display_param_helper.cpp | 25 int32_t value = SysParam::GetIntValue(KEY_DEFAULT_BRIGHTNESS, BRIGHTNESS_DEFAULT); in GetDefaultBrightness() 31 int32_t value = SysParam::GetIntValue(KEY_MAX_BRIGHTNESS, BRIGHTNESS_MAX); in GetMaxBrightness() 37 int32_t value = SysParam::GetIntValue(KEY_MIN_BRIGHTNESS, BRIGHTNESS_MIN); in GetMinBrightness()
|
| D | display_setting_helper.cpp | 83 ErrCode ret = provider.GetIntValue(key, value); in GetSettingBrightness() 135 ErrCode ret = provider.GetIntValue(key, value); in GetSettingAutoBrightness()
|
| /base/telephony/call_manager/services/call_report/src/ |
| D | call_ability_callback_proxy.cpp | 189 dataParcel.WriteInt32(resultInfo.GetIntValue("result")); in PackDataParcel() 193 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel() 194 dataParcel.WriteInt32(resultInfo.GetIntValue("classCw")); in PackDataParcel() 197 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel() 198 dataParcel.WriteInt32(resultInfo.GetIntValue("classx")); in PackDataParcel() 200 dataParcel.WriteInt32(resultInfo.GetIntValue("type")); in PackDataParcel() 201 dataParcel.WriteInt32(resultInfo.GetIntValue("reason")); in PackDataParcel() 204 dataParcel.WriteInt32(resultInfo.GetIntValue("action")); in PackDataParcel() 205 dataParcel.WriteInt32(resultInfo.GetIntValue("clipStat")); in PackDataParcel() 208 dataParcel.WriteInt32(resultInfo.GetIntValue("action")); in PackDataParcel() [all …]
|
| /base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/ |
| D | default_vibrator_decoder.cpp | 88 channelNumber_ = parser.GetIntValue(channelNumberItem); in CheckMetadata() 129 int32_t indexVal = parser.GetIntValue(indexItem); in ParseChannelParameters() 168 event.duration = parser.GetIntValue(durationItem); in ParseEvent() 178 event.time = parser.GetIntValue(startTimeItem); in ParseEvent() 183 event.intensity = parser.GetIntValue(intensityItem); in ParseEvent() 186 event.frequency = parser.GetIntValue(frequencyItem); in ParseEvent() 242 point.time = parser.GetIntValue(timeItem); in ParseCurve() 256 point.frequency = parser.GetIntValue(frequencyItem); in ParseCurve()
|
| /base/telephony/call_manager/services/call/src/ |
| D | call_policy.cpp | 32 DialType dialType = (DialType)extras.GetIntValue("dialType"); in DialPolicy() 39 int32_t accountId = extras.GetIntValue("accountId"); in DialPolicy() 45 CallType callType = (CallType)extras.GetIntValue("callType"); in DialPolicy() 49 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in DialPolicy() 57 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialPolicy() 84 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in CanDialMulityCall() 102 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in IsSupportVideoCall()
|
| D | call_control_manager.cpp | 111 accountNumber, extras.GetIntValue("accountId"), isEcc); in DialCall() 130 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialCall() 155 dialSrcInfo_.callType = (CallType)extras.GetIntValue("callType"); in PackageDialInformation() 156 dialSrcInfo_.accountId = extras.GetIntValue("accountId"); in PackageDialInformation() 157 dialSrcInfo_.dialType = (DialType)extras.GetIntValue("dialType"); in PackageDialInformation() 158 dialSrcInfo_.videoState = (VideoStateType)extras.GetIntValue("videoState"); in PackageDialInformation() 159 dialSrcInfo_.originalCallType = (int32_t)extras.GetIntValue("videoState"); in PackageDialInformation()
|
| /base/sensors/miscdevice/services/miscdevice_service/src/ |
| D | vibration_priority_manager.cpp | 45 if (GetIntValue(SETTING_FEEDBACK_KEY, feedback) != ERR_OK) { in VibrationPriorityManager() 51 if (GetIntValue(SETTING_RINGER_MODE_KEY, ringerMode) != ERR_OK) { in VibrationPriorityManager() 76 int32_t VibrationPriorityManager::GetIntValue(const std::string &key, int32_t &value) in GetIntValue() function in OHOS::Sensors::VibrationPriorityManager 141 if (GetIntValue(SETTING_FEEDBACK_KEY, feedback) != ERR_OK) { in UpdateStatus() 149 if (GetIntValue(SETTING_RINGER_MODE_KEY, ringerMode) != ERR_OK) { in UpdateStatus()
|
| /base/powermgr/power_manager/utils/param/include/ |
| D | sysparam.h | 30 static int32_t GetIntValue(const std::string& key, int32_t def);
|
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | event_base_test.cpp | 120 int32_t ret = event.GetIntValue("UNKNOWN_KEY"); 122 ret = event.GetIntValue("I32_KEY");
|
| /base/powermgr/power_manager/utils/param/src/ |
| D | sysparam.cpp | 39 int32_t SysParam::GetIntValue(const std::string& key, int32_t def) in GetIntValue() function in OHOS::PowerMgr::SysParam
|
| /base/web/webview/ohos_adapter/media_adapter/src/ |
| D | media_codec_decoder_adapter_impl.cpp | 254 codecFormat.GetIntValue(OHOS::MediaAVCodec::MediaDescriptionKey::MD_KEY_WIDTH, format.width); in GetOutputFormatDec() 255 codecFormat.GetIntValue(OHOS::MediaAVCodec::MediaDescriptionKey::MD_KEY_HEIGHT, format.height); in GetOutputFormatDec() 350 format.GetIntValue(OHOS::MediaAVCodec::MediaDescriptionKey::MD_KEY_WIDTH, decoderFormat.width); in OnOutputFormatChanged() 351 … format.GetIntValue(OHOS::MediaAVCodec::MediaDescriptionKey::MD_KEY_HEIGHT, decoderFormat.height); in OnOutputFormatChanged()
|
| /base/sensors/miscdevice/utils/common/include/ |
| D | json_parser.h | 43 int32_t GetIntValue(cJSON *json) const;
|
| /base/telephony/call_manager/frameworks/native/src/ |
| D | voip_call_manager_proxy.cpp | 38 dataParcel.WriteInt32(extras.GetIntValue("voipCallType")); in ReportIncomingCall() 41 dataParcel.WriteInt32(extras.GetIntValue("voipCallState")); in ReportIncomingCall() 69 dataParcel.WriteInt32(extras.GetIntValue("reportVoipCallFailedCause")); in ReportIncomingCallError()
|
| D | call_manager_service_proxy.cpp | 72 dataParcel.WriteInt32(extras.GetIntValue("accountId")); in DialCall() 73 dataParcel.WriteInt32(extras.GetIntValue("videoState")); in DialCall() 74 dataParcel.WriteInt32(extras.GetIntValue("dialScene")); in DialCall() 75 dataParcel.WriteInt32(extras.GetIntValue("dialType")); in DialCall() 76 dataParcel.WriteInt32(extras.GetIntValue("callType")); in DialCall()
|
| /base/powermgr/power_manager/utils/setting/include/ |
| D | setting_provider.h | 30 ErrCode GetIntValue(const std::string& key, int32_t& value);
|
| /base/sensors/miscdevice/services/miscdevice_service/include/ |
| D | vibration_priority_manager.h | 73 int32_t GetIntValue(const std::string &key, int32_t &value);
|
| /base/powermgr/power_manager/test/unittest/src/ |
| D | power_mgr_util_test.cpp | 195 settingProvider.GetIntValue("settings.power.suspend_sources", getValue); 248 EXPECT_EQ(OHOS::ERR_OK, sysParam->GetIntValue("settings.power.suspend_sources", def));
|
| /base/telephony/call_manager/services/call_manager_service/src/ |
| D | call_manager_service.cpp | 254 …CallManagerHisysevent::WriteDialCallFaultEvent(extras.GetIntValue(SLOT_ID), extras.GetIntValue(CAL… in DialCall() 255 … extras.GetIntValue(VIDEO_STATE), TELEPHONY_ERR_PERMISSION_ERR, OHOS_PERMISSION_PLACE_CALL); in DialCall() 263 … CoreManagerInner::GetInstance().GetVoiceMailNumber(extras.GetIntValue(SLOT_ID), voiceMailNumber); in DialCall() 265 …CoreManagerInner::GetInstance().SetVoiceMailCount(extras.GetIntValue(SLOT_ID), CLEAR_VOICE_MAIL_CO… in DialCall() 270 …CallManagerHisysevent::WriteDialCallFaultEvent(extras.GetIntValue(SLOT_ID), extras.GetIntValue(CAL… in DialCall() 271 extras.GetIntValue(VIDEO_STATE), ret, errordesc); in DialCall()
|
| /base/hiviewdfx/hiview/base/ |
| D | event.cpp | 50 int32_t Event::GetIntValue(const std::string &name) const in GetIntValue() function in OHOS::HiviewDFX::Event
|
| /base/sensors/miscdevice/utils/common/src/ |
| D | json_parser.cpp | 125 int32_t JsonParser::GetIntValue(cJSON *json) const in GetIntValue() function in OHOS::Sensors::JsonParser
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_ability_callback.cpp | 1082 if (getCallTransferReason_ != resultInfo.GetIntValue("reason")) { in ReportGetTransferInfo() 1084 resultInfo.GetIntValue("reason")); in ReportGetTransferInfo() 1158 int32_t result = resultInfo.GetIntValue("result"); in ReportWaitAndLimitInfo() 1159 int32_t status = resultInfo.GetIntValue("status"); in ReportWaitAndLimitInfo() 1224 …NapiCallManagerUtils::SetPropertyInt32(env, callbackValue, "status", resultInfo.GetIntValue("statu… in ReportSupplementInfo() 1226 int32_t result = resultInfo.GetIntValue("result"); in ReportSupplementInfo() 1284 int32_t result = resultInfo.GetIntValue("result"); in ReportExecutionResult() 1335 int32_t result = resultInfo.GetIntValue("result"); in ReportStartRttInfo() 1390 int32_t result = resultInfo.GetIntValue("result"); in ReportStopRttInfo() 1463 env, callbackValues[ARRAY_INDEX_FIRST], "videoState", resultInfo.GetIntValue("videoState")); in ReportCallOtt() [all …]
|
| /base/hiviewdfx/hiview/base/include/ |
| D | event.h | 166 int32_t GetIntValue(const std::string &name) const;
|