Searched refs:endHour (Results 1 - 15 of 15) sorted by relevance
/base/telephony/call_manager/services/call_setting/src/ |
H A D | call_setting_manager.cpp | 327 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 D | call_manager_inner_type.h | 174 int32_t endHour = INVALID_TIME; member
|
H A D | call_manager_info.h | 646 int32_t endHour = 0; member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 923 int32_t endHour = 0; member
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.h | 273 !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 D | zero_branch5_test.cpp | 262 callTransferResponse.endHour = defaultNumber; in HWTEST_F()
|
H A D | zero_branch7_test.cpp | 460 .endHour = 1, in HWTEST_F()
|
H A D | zero_branch4_test.cpp | 538 .endHour = 1, in HWTEST_F()
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 402 cfInfo.endHour = MIN_HOUR; in HandleSetCallTransfer() 671 response.endHour = queryResult.endHour; in BuildCallForwardQueryInfo()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 494 call.endHour = data.ReadInt32();
in OnGetCallTransferResponseInner() 1405 call.endHour = info.endHour;
in BuildCallForwardInfo()
|
H A D | ims_call_callback_proxy.cpp | 329 !in.WriteInt32(call.startMinute) || !in.WriteInt32(call.endHour) || !in.WriteInt32(call.endMinute)) {
in GetCallTransferResponse()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback.cpp | 277 resultInfo.PutIntValue("endHour", response.endHour); in UpdateGetTransferResult()
|
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
H A D | telephonyinteraction_fuzzer.cpp | 236 callTransferResponse.endHour = static_cast<int32_t>(size); in UpdateGetTransferResult()
|
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
H A D | imscallback_fuzzer.cpp | 332 !cfData.WriteInt32(cfCall.startMinute) || !cfData.WriteInt32(cfCall.endHour) || in TestCFCallbackFunction()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 3707 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