Home
last modified time | relevance | path

Searched refs:GetIntValue (Results 1 – 20 of 20) sorted by relevance

/base/telephony/call_manager/test/unittest/ui_client/
Dcall_manager_callback_test.cpp53 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()
70 << "status:" << (int32_t)resultInfo.GetIntValue("status", -1) << std::endl in OnReportAsyncResults()
[all …]
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp152 dataParcel.WriteInt32(resultInfo.GetIntValue("result")); in PackDataParcel()
156 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel()
157 dataParcel.WriteInt32(resultInfo.GetIntValue("classCw")); in PackDataParcel()
160 dataParcel.WriteInt32(resultInfo.GetIntValue("status")); in PackDataParcel()
161 dataParcel.WriteInt32(resultInfo.GetIntValue("classx")); in PackDataParcel()
163 dataParcel.WriteInt32(resultInfo.GetIntValue("type")); in PackDataParcel()
166 dataParcel.WriteInt32(resultInfo.GetIntValue("action")); in PackDataParcel()
167 dataParcel.WriteInt32(resultInfo.GetIntValue("clipStat")); in PackDataParcel()
170 dataParcel.WriteInt32(resultInfo.GetIntValue("action")); in PackDataParcel()
171 dataParcel.WriteInt32(resultInfo.GetIntValue("clirStat")); in PackDataParcel()
[all …]
/base/powermgr/display_manager/service/native/src/
Ddisplay_param_helper.cpp25 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()
Dscreen_controller.cpp312 ErrCode ret = provider.GetIntValue(key, value); in GetSettingBrightness()
Ddisplay_power_mgr_service.cpp168 ErrCode ret = provider.GetIntValue(key, value); in GetSettingAutoBrightness()
/base/powermgr/power_manager/utils/param/include/
Dsysparam.h30 static int32_t GetIntValue(const std::string& key, int32_t def);
/base/telephony/call_manager/services/call/src/
Dcall_policy.cpp32 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()
50 DialScene dialScene = (DialScene)extras.GetIntValue("dialScene"); in DialPolicy()
58 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialPolicy()
Dcall_control_manager.cpp109 accountNumber, extras.GetIntValue("accountId"), isEcc); in DialCall()
131 dialSrcInfo_.callType = (CallType)extras.GetIntValue("callType"); in DialCall()
132 dialSrcInfo_.accountId = extras.GetIntValue("accountId"); in DialCall()
133 dialSrcInfo_.dialType = (DialType)extras.GetIntValue("dialType"); in DialCall()
134 dialSrcInfo_.videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialCall()
Dcarrier_call.cpp34 …: CallBase(info, extras), dialScene_((DialScene)extras.GetIntValue("dialScene")), slotId_(info.acc… in CarrierCall()
/base/powermgr/power_manager/utils/param/src/
Dsysparam.cpp38 int32_t SysParam::GetIntValue(const std::string& key, int32_t def) in GetIntValue() function in OHOS::PowerMgr::SysParam
/base/powermgr/power_manager/utils/setting/include/
Dsetting_provider.h30 ErrCode GetIntValue(const std::string& key, int32_t& value);
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp212 …CallManagerHisysevent::WriteDialCallFaultEvent(extras.GetIntValue(SLOT_ID), extras.GetIntValue(CAL… in DialCall()
213 … extras.GetIntValue(VIDEO_STATE), TELEPHONY_ERR_PERMISSION_ERR, OHOS_PERMISSION_PLACE_CALL); in DialCall()
222 CallManagerHisysevent::WriteDialCallFaultEvent(extras.GetIntValue(SLOT_ID), in DialCall()
223 extras.GetIntValue(CALL_TYPE), extras.GetIntValue(VIDEO_STATE), ret, errordesc); in DialCall()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_ability_callback.cpp877 int32_t result = resultInfo.GetIntValue("result"); in ReportWaitAndLimitInfo()
878 int32_t status = resultInfo.GetIntValue("status"); in ReportWaitAndLimitInfo()
928 …NapiCallManagerUtils::SetPropertyInt32(env, callbackValue, "status", resultInfo.GetIntValue("statu… in ReportSupplementInfo()
930 int32_t result = resultInfo.GetIntValue("result"); in ReportSupplementInfo()
979 int32_t result = resultInfo.GetIntValue("result"); in ReportExecutionResult()
1029 int32_t result = resultInfo.GetIntValue("result"); in ReportStartRttInfo()
1076 int32_t result = resultInfo.GetIntValue("result"); in ReportStopRttInfo()
1123 int32_t result = resultInfo.GetIntValue("result"); in ReportCallMediaModeInfo()
1181 env, callbackValues[ARRAY_INDEX_FIRST], "videoState", resultInfo.GetIntValue("videoState")); in ReportCallOtt()
1189 … env, callbackValues[ARRAY_INDEX_FIRST], "callMediaMode", resultInfo.GetIntValue("callMediaMode")); in ReportCallOtt()
/base/hiviewdfx/hiview/base/
Devent.cpp50 int32_t Event::GetIntValue(const std::string &name) const in GetIntValue() function in OHOS::HiviewDFX::Event
Dlibhiviewbase.map32 …"OHOS::HiviewDFX::Event::GetIntValue(std::__h::basic_string<char, std::__h::char_traits<char>, std…
188 …"OHOS::HiviewDFX::Event::GetIntValue(std::__1::basic_string<char, std::__1::char_traits<char>, std…
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_service_proxy.cpp87 dataParcel.WriteInt32(extras.GetIntValue("accountId")); in DialCall()
88 dataParcel.WriteInt32(extras.GetIntValue("videoState")); in DialCall()
89 dataParcel.WriteInt32(extras.GetIntValue("dialScene")); in DialCall()
90 dataParcel.WriteInt32(extras.GetIntValue("dialType")); in DialCall()
91 dataParcel.WriteInt32(extras.GetIntValue("callType")); in DialCall()
/base/hiviewdfx/hiview/base/include/
Devent.h165 int32_t GetIntValue(const std::string &name) const;
/base/powermgr/power_manager/utils/setting/src/
Dsetting_provider.cpp57 ErrCode SettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() function in OHOS::PowerMgr::SettingProvider
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp192 auto interval = event->GetIntValue("eventLog_interval"); in JudgmentRateLimiting()
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp875 return event->GetIntValue("result"); in PostEventToRemote()