/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hf_call_test.cpp | 86 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 D | hfp_hf_test.cpp | 36 … 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 D | call_request_process.cpp | 97 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 D | call_status_manager.cpp | 442 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 D | call_control_manager.cpp | 299 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 D | call_status_policy.cpp | 41 int32_t CallStatusPolicy::FilterResultsDispose(sptr<CallBase> call) in FilterResultsDispose()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter_mingw.cpp | 29 #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 D | single_kvstore_async_get_test.cpp | 184 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 D | hfp_hf_call_manager.cpp | 62 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 D | napi_wallpaper_ability.cpp | 58 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 D | hfp_ag_system_interface.cpp | 145 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 D | conftest.py | 65 def pytest_runtest_makereport(item, call): argument
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_hfp_hf_call.cpp | 31 BluetoothHfpHfCall *call = new BluetoothHfpHfCall(); in Unmarshalling() local
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/ |
H A D | dhcpserver_fuzzer.cpp | 33 int call = 2; in DhcpServerFuzzerTest() local
|
/ohos5.0/foundation/arkui/napi/test/unittest/common/ |
H A D | test_common.h | 20 #define ASSERT_CHECK_CALL(call) \ argument
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | call.js | 15 const call = requireInternal('telephony.call'); constant
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
H A D | local_call_record.cpp | 52 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 D | napi_base_context.cpp | 18 #define OHOS_CALL_NAPI_RETURN(call) \ argument
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | report_call_info_handler.cpp | 198 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 D | call_record.cpp | 54 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 D | zero_branch1_test.cpp | 243 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 D | datashare_js_utils.h | 39 #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 D | bluetooth_hfp_hf_server.cpp | 54 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 D | napi_bluetooth_hfp_hf_observer.h | 34 … void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{} in OnCallChanged()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_record_test/ |
H A D | call_record_test.cpp | 83 OHOS::sptr<OHOS::IRemoteObject> call = new (std::nothrow) MockServiceAbilityManagerService(); variable
|