/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 119 sptr<BluetoothHfpHfCall> call = data.ReadParcelable<BluetoothHfpHfCall>(); in OnCallChangedInner() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 78 …HfObserverProxy::OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) { in OnCallChanged()
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_bundle_manager.cpp | 158 auto call = fun->second; in QueryAbilityInfo() local
|
/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/ |
H A D | test_jsvm.cpp | 34 static void PrintException(JSVM_Env env, JSVM_Value exception, const char *call) in PrintException() 55 static void CheckErrorAndException(JSVM_Env env, JSVM_Status returnStatus, const char *call) in CheckErrorAndException()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 506 IMSCall call { dialParaInfo }; variable 548 CSCall call { dialParaInfo }; variable
|
H A D | zero_branch5_test.cpp | 392 sptr<CallBase> call = nullptr; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_event_processer.cpp | 271 int call = HFP_AG_CALL_INACTIVE; in GetAgIndicator() local
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_manager_interface_impl.cpp | 313 auto call = mapAudioCallback_.find(adpName); in GetRemote() local
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 672 EmergencyInfo call; in BuildEmergencyInfoList() local 688 CallInfo call; in BuildCallInfoList() local 708 CallForwardQueryResult call; in BuildCFQueryInfoList() local
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | first_use_dialog_test.cpp | 509 … SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(0, nullptr, nullptr); variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | local_call_record_ut_test.cpp | 77 sptr<IRemoteObject> call = new (std::nothrow) MockServiceAbilityManagerService(); variable
|
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | call_records_manager.cpp | 116 void CallRecordsManager::AddOneCallRecord(sptr<CallBase> call, CallAnswerType answerType) in AddOneCallRecord()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 114 ImsCurrentCall call; in InitImsCallInfoList() local 140 CallInfo call; in InitCsCallInfoList() local
|
H A D | zero_branch1_test.cpp | 115 ImsCurrentCall call; in InitImsCallInfoList() local 141 CallInfo call; in InitCsCallInfoList() local
|
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_callback_stub.cpp | 155 SatelliteCurrentCall call; in OnGetSatelliteCallsDataResponseInner() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 39 #define CHECK_NAPI_RETCODE(errCode, code, call) \ argument
|
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/ |
H A D | test_ark_interop.cpp | 175 int64_t StoreFunc(std::function<ARKTS_Value(ARKTS_CallInfo)> call) in StoreFunc() 180 int64_t StoreAsyncFunc(std::function<void ()> call) in StoreAsyncFunc() 185 int64_t StoreArrayBufferDeleter(std::function<void (void*)> call) in StoreArrayBufferDeleter()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 848 EmergencyCall call = BuildDefaultEmergencyCall(it, SimpresentType::TYPE_HAS_CARD); in MergeEccCallList() local 860 for (auto call : eccList) { in UniqueEccCallList() local 866 for (auto call : allEccList_[slotId]) { in UniqueEccCallList() local
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 162 for (auto call : callList.calls) { in GetImsCallsDataResponse() local 325 for (auto call : cFQueryList.calls) { in GetCallTransferResponse() local
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_device_manager.cpp | 560 int32_t AudioDeviceManager::ReportAudioDeviceInfo(sptr<CallBase> call) in ReportAudioDeviceInfo()
|
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_locator.cpp | 355 void MyLocationEngine::StartEccService(sptr<CallBase> call, const CallDetailInfo &info) in StartEccService()
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | first_use_dialog.cpp | 305 …SecCompDialogSrvCallback *call = new (std::nothrow)SecCompDialogSrvCallback(scId, entity, dialogCa… in StartDialogAbility() local
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/test/ |
H A D | test_timer.cpp | 27 #define ASSERT_CHECK_CALL(call) \ argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/ |
H A D | singlekvstore_fuzzer.cpp | 492 std::function<void(Status, Value &&)> call = [](Status status, Value &&value) {}; in AsyncGetFuzz() local 507 …std::function<void(Status, std::vector<Entry> &&)> call = [](Status status, std::vector<Entry> &&e… in AsyncGetEntriesFuzz() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 538 bool HfpHfService::FinishActiveCall(const RawAddress &device, const HandsFreeUnitCalls &call) in FinishActiveCall() 758 void HfpHfService::NotifyCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in NotifyCallChanged()
|