Home
last modified time | relevance | path

Searched refs:endHour (Results 1 - 15 of 15) sorted by relevance

/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp327 if (std::min(info.startHour, info.endHour) < MIN_HOUR || std::max(info.startHour, info.endHour) > MAX_HOUR || in SetCallTransferInfoPolicy()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h174 int32_t endHour = INVALID_TIME; member
H A Dcall_manager_info.h646 int32_t endHour = 0; member
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h923 int32_t endHour = 0; member
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h273 !in.WriteInt32(call.startMinute) || !in.WriteInt32(call.endHour) || !in.WriteInt32(call.endMinute)) { in WriteCallForwardResult()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp262 callTransferResponse.endHour = defaultNumber; in HWTEST_F()
H A Dzero_branch7_test.cpp460 .endHour = 1, in HWTEST_F()
H A Dzero_branch4_test.cpp538 .endHour = 1, in HWTEST_F()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp402 cfInfo.endHour = MIN_HOUR; in HandleSetCallTransfer()
671 response.endHour = queryResult.endHour; in BuildCallForwardQueryInfo()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp494 call.endHour = data.ReadInt32(); in OnGetCallTransferResponseInner()
1405 call.endHour = info.endHour; in BuildCallForwardInfo()
H A Dims_call_callback_proxy.cpp329 !in.WriteInt32(call.startMinute) || !in.WriteInt32(call.endHour) || !in.WriteInt32(call.endMinute)) { in GetCallTransferResponse()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp277 resultInfo.PutIntValue("endHour", response.endHour); in UpdateGetTransferResult()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp236 callTransferResponse.endHour = static_cast<int32_t>(size); in UpdateGetTransferResult()
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp332 !cfData.WriteInt32(cfCall.startMinute) || !cfData.WriteInt32(cfCall.endHour) || in TestCFCallbackFunction()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp3707 int32_t endHour = NapiCallManagerUtils::GetIntProperty(env, objValue, "endHour"); in GetTransferInfo() local
3721 asyncContext.info.endHour = endHour; in GetTransferInfo()
3725 "%{public}d, endHour = %{public}d, endMinute = %{public}d", in GetTransferInfo()
3727 asyncContext.info.startMinute, asyncContext.info.endHour, asyncContext.info.endMinute); in GetTransferInfo()

Completed in 27 milliseconds