Home
last modified time | relevance | path

Searched defs:call (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_hfp_hf_call.cpp31 BluetoothHfpHfCall *call = new BluetoothHfpHfCall(); in Unmarshalling() local
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhf_call_test.cpp86 HandsFreeUnitCall call; in HWTEST_F() local
101 HandsFreeUnitCall call; in HWTEST_F() local
117 HandsFreeUnitCall call; in HWTEST_F() local
134 HandsFreeUnitCall call; HWTEST_F() local
150 HandsFreeUnitCall call; HWTEST_F() local
166 HandsFreeUnitCall call; HWTEST_F() local
182 HandsFreeUnitCall call; HWTEST_F() local
198 HandsFreeUnitCall call; HWTEST_F() local
214 HandsFreeUnitCall call; HWTEST_F() local
229 HandsFreeUnitCall call; HWTEST_F() local
246 HandsFreeUnitCall call; HWTEST_F() local
262 HandsFreeUnitCall call; HWTEST_F() local
[all...]
H A Dhfp_hf_test.cpp36 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged() argument
341 HandsFreeUnitCall call; in HWTEST_F() local
359 std::optional<HandsFreeUnitCall> call = profile_->StartDial(device, number); in HWTEST_F() local
/foundation/communication/dhcp/test/fuzztest/dhcpserver_fuzzer/
H A Ddhcpserver_fuzzer.cpp33 int call = 2; in DhcpServerFuzzerTest() local
/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp83 OHOS::sptr<OHOS::IRemoteObject> call = new (std::nothrow) MockServiceAbilityManagerService(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp77 sptr<IRemoteObject> call = new (std::nothrow) MockServiceAbilityManagerService(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_thread_for_ability_on_configuration_update.cpp114 auto call = [](const Configuration&) { GTEST_LOG_(INFO) << "---------- OnConfigurationUpdated Call Success"; }; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp78 void BluetoothHfpHfObserverProxy::OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) { in OnCallChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h84 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/
H A Dtask_queue.cpp29 Task(TaskPriority priority, AsyncWorkExecutor exec, AsyncWorkCallback call, void *d) in Task() argument
/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 HWTEST_F() local
215 std::function<void(Status, Value&&)> call = [blockData](Status status, Value &&value) { in HWTEST_F() local
249 std::function<void(Status, std::vector<Entry>&&)> call = [blockData](Status status, std::vector<Entry> &&value) { in HWTEST_F() local
277 std::function<void(Status, Value&&)> call = [blockData, result](Status status, Value &&value) { in HWTEST_F() local
305 std::function<void(Status, std::vector<Entry>&&)> call = HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp111 auto call = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_call_manager.cpp62 void HfpHfCallManager::UpdateCall(HandsFreeUnitCalls &call) in UpdateCall() argument
113 void HfpHfCallManager::NotifyCallChanged(const HandsFreeUnitCalls &call) in NotifyCallChanged() argument
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp107 auto call = fun->second; in QueryAbilityInfo() local
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_record.cpp52 void LocalCallRecord::SetRemoteObject(const sptr<IRemoteObject>& call) in SetRemoteObject() argument
75 void LocalCallRecord::SetRemoteObject(const sptr<IRemoteObject>& call, in SetRemoteObject() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp117 auto call = fun->second; in QueryAbilityInfo() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp54 void CallRecord::SetCallStub(const sptr<IRemoteObject> &call) in SetCallStub() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp70 auto call = fun->second; in QueryAbilityInfo() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_proxy.cpp360 bool BluetoothHfpHfProxy::FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) in FinishActiveCall() argument
377 StartDial( const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) StartDial() argument
H A Dbluetooth_hfp_hf_observer_stub.cpp116 sptr<BluetoothHfpHfCall> call = data.ReadParcelable<BluetoothHfpHfCall>(); in OnCallChangedInner() local
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.cpp158 auto call = fun->second; in QueryAbilityInfo() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp405 FinishActiveCall(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) FinishActiveCall() argument
416 StartDial(const BluetoothRawAddress &device, const std::string &number, BluetoothHfpHfCall &call) StartDial() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp732 FinishActiveCall(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) FinishActiveCall() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.cpp271 int call = HFP_AG_CALL_INACTIVE; in GetAgIndicator() local

Completed in 13 milliseconds

12