Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp86 HandsFreeUnitCall call; variable
101 HandsFreeUnitCall call; variable
117 HandsFreeUnitCall call; variable
134 HandsFreeUnitCall call; variable
150 HandsFreeUnitCall call; variable
166 HandsFreeUnitCall call; variable
182 HandsFreeUnitCall call; variable
198 HandsFreeUnitCall call; variable
214 HandsFreeUnitCall call; variable
229 HandsFreeUnitCall call; variable
[all …]
H A Dhfp_hf_test.cpp36 … virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged()
341 HandsFreeUnitCall call; variable
359 std::optional<HandsFreeUnitCall> call = profile_->StartDial(device, number); variable
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp97 sptr<CallBase> call = GetOneCallObject(callId); in AnswerRequest() local
523 sptr<CallBase> call = GetOneCallObject(callId); in RejectRequest() local
547 sptr<CallBase> call = GetOneCallObject(callId); in HangUpRequest() local
607 sptr<CallBase> call = GetOneCallObject(callId); in HoldRequest() local
618 sptr<CallBase> call = GetOneCallObject(callId); in UnHoldRequest() local
660 sptr<CallBase> call = GetOneCallObject(callId); in SwitchRequest() local
683 sptr<CallBase> call = GetOneCallObject(callId); in SeparateConferenceRequest() local
696 sptr<CallBase> call = GetOneCallObject(callId); in KickOutFromConferenceRequest() local
709 sptr<CallBase> call = GetOneCallObject(callId); in StartRttRequest() local
725 sptr<CallBase> call = GetOneCallObject(callId); in StopRttRequest() local
[all …]
H A Dcall_status_manager.cpp442 int32_t CallStatusManager::HandleRejectCall(sptr<CallBase> &call, bool isBlock) in HandleRejectCall()
467 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in IncomingVoipCallHandle() local
490 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in OutgoingVoipCallHandle() local
520 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in AnsweredVoipCallHandle() local
535 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in DisconnectingVoipCallHandle() local
573 sptr<CallBase> call = CreateNewCall(info, CallDirection::CALL_DIRECTION_IN); in CallFilterCompleteResult() local
703 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in ActiveVoipCallHandle() local
828 sptr<CallBase> call = GetOneCallObjectByVoipCallId( in DisconnectedVoipCallHandle() local
1222 int32_t CallStatusManager::ToSpeakerPhone(sptr<CallBase> &call) in ToSpeakerPhone()
1244 int32_t CallStatusManager::TurnOffMute(sptr<CallBase> &call) in TurnOffMute()
[all …]
H A Dcall_control_manager.cpp299 sptr<CallBase> call = GetOneCallObject(callId); in CarrierAndVoipConflictProcess() local
606 sptr<CallBase> call = GetOneCallObject(callId); in StartDtmf() local
626 sptr<CallBase> call = GetOneCallObject(callId); in StopDtmf() local
644 sptr<CallBase> call = GetOneCallObject(callId); in PostDialProceed() local
835 sptr<CallBase> call = GetOneCallObject(callId); in SeparateConference() local
859 sptr<CallBase> call = GetOneCallObject(callId); in KickOutFromConference() local
883 sptr<CallBase> call = GetOneCallObject(callId); in GetMainCallId() local
893 sptr<CallBase> call = GetOneCallObject(callId); in GetSubCallIdList() local
1312 for (auto call : allCallList) { in SetVoIPCallState() local
1336 for (auto call : allCallList) { in HangUpVoipCall() local
[all …]
H A Dcall_status_policy.cpp41 int32_t CallStatusPolicy::FilterResultsDispose(sptr<CallBase> call) in FilterResultsDispose()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp29 #define UVERRLOG(call, err) HILOGE(#call " failed because %{public}s", uv_strerror(err)) argument
30 #define UVERR(call, err) { if (err) { UVERRLOG(call, err); } } argument
31 #define UVERRRET(call, err) { if (err) { UVERRLOG(call, err); return; } } argument
32 #define UVERRRETVAL(call, err) { if (err) { UVERRLOG(call, err); return err; } } argument
33 #define UVCALL(call, ...) { if (auto err = call(__VA_ARGS__)) { UVERR(#call, err); } } argument
34 #define UVCALLRET(call, ...) { if (auto err = call(__VA_ARGS__)) { UVERRRET(#call, err); } } argument
35 #define UVCALLRETVAL(call, ...) { if (auto err = call(__VA_ARGS__)) { UVERRRETVAL(#call, err); } } argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_async_get_test.cpp184 std::function<void(Status, Value&&)> call = [blockData, value](Status status, Value &&out) { in __anon7ce8fbea0102() variable
215 std::function<void(Status, Value&&)> call = [blockData](Status status, Value &&value) { in __anon7ce8fbea0202() variable
249 …std::function<void(Status, std::vector<Entry>&&)> call = [blockData](Status status, std::vector<En… in __anon7ce8fbea0302() variable
277 std::function<void(Status, Value&&)> call = [blockData, result](Status status, Value &&value) { in __anon7ce8fbea0402() variable
305 std::function<void(Status, std::vector<Entry>&&)> call = variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.cpp62 void HfpHfCallManager::UpdateCall(HandsFreeUnitCalls &call) in UpdateCall()
113 void HfpHfCallManager::NotifyCallChanged(const HandsFreeUnitCalls &call) in NotifyCallChanged()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.cpp58 Call call(env, info, context, 1, apiInfo.needException); in NAPI_GetColorsSync() local
103 Call call(env, info, context, 1, false); in NAPI_GetId() local
140 Call call(env, info, context, 1, apiInfo.needException); in NAPI_GetFile() local
192 Call call(env, info, context, 0, apiInfo.needException); in NAPI_GetMinHeight() local
202 Call call(env, info, context, 0, apiInfo.needException); in NAPI_GetMinHeightSync() local
284 Call call(env, info, context, 0, false); in NAPI_IsChangePermitted() local
311 Call call(env, info, context, 0, false); in NAPI_IsOperationAllowed() local
419 Call call(env, info, context, TWO, true); in NAPI_SendEvent() local
479 Call call(env, info, context, TWO, true); in NAPI_SetVideo() local
838 Call call(env, info, context, TWO, true); in NAPI_SetCustomWallpaper() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp145 for (auto call : callList) { in HangupCall() local
238 for (auto call : callList) { in QueryCurrentCallsList() local
422 for (auto call : bluetoothCallList_) { in UpdateAgIndicator() local
443 for (auto call : bluetoothCallList_) { in GetCallWithState() local
464 for (auto call : callList) { in UpdateCallList() local
518 for (auto call : callList) { in GetResponseHoldState() local
547 for (auto call : callList) { in SetResponseHoldState() local
580 for (auto call:callList_) { in HandlePhoneStateMock() local
595 for (auto call : callList_) { in HandlePhoneStateMock() local
929 for (auto call : callList) { in HandleChld() local
/ohos5.0/build/test/example/
H A Dconftest.py65 def pytest_runtest_makereport(item, call): argument
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_hfp_hf_call.cpp31 BluetoothHfpHfCall *call = new BluetoothHfpHfCall(); in Unmarshalling() local
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp33 int call = 2; in DhcpServerFuzzerTest() local
/ohos5.0/foundation/arkui/napi/test/unittest/common/
H A Dtest_common.h20 #define ASSERT_CHECK_CALL(call) \ argument
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dcall.js15 const call = requireInternal('telephony.call'); constant
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp52 void LocalCallRecord::SetRemoteObject(const sptr<IRemoteObject>& call) in SetRemoteObject()
75 void LocalCallRecord::SetRemoteObject(const sptr<IRemoteObject>& call, in SetRemoteObject()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/napi_base_context/src/
H A Dnapi_base_context.cpp18 #define OHOS_CALL_NAPI_RETURN(call) \ argument
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp198 sptr<CallBase> call = CallObjectManager::GetOneCallObjectByIndex(response.callIndex); in ReceiveImsCallModeRequest() local
216 sptr<CallBase> call = nullptr; in ReceiveImsCallModeResponse() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp54 void CallRecord::SetCallStub(const sptr<IRemoteObject> &call) in SetCallStub()
68 auto call = wptr.lock(); in SetCallStub() local
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp243 sptr<CallBase> call = new CSCall(mDialParaInfo); variable
299 sptr<CallBase> call = nullptr; variable
697 sptr<CallBase> call = new CSCall(info); variable
745 sptr<CallBase> call = new CSCall(info); variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h39 #define NAPI_ASSERT_CALL_ERRCODE(env, assertion, call, retVal) \ argument
47 #define NAPI_ASSERT_CALL_ERRCODE_SYNC(env, assertion, call, error, retVal) … argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp54 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override in OnCallChanged()
311 for (HandsFreeUnitCalls call : callVector) { in GetCurrentCallList() local
406 const BluetoothHfpHfCall &call) in FinishActiveCall()
417 BluetoothHfpHfCall &call) in StartDial()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h34 … void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{} in OnCallChanged()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp83 OHOS::sptr<OHOS::IRemoteObject> call = new (std::nothrow) MockServiceAbilityManagerService(); variable

1234