Home
last modified time | relevance | path

Searched defs:call (Results 51 - 75 of 506) sorted by relevance

12345678910>>...21

/third_party/skia/tools/skqp/
H A Dmake_apk_list.py9 from subprocess import call, check_output, CalledProcessError namespace
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
H A Ddistributed_communication_fuzzer.cpp37 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestCommonController() local
93 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSinkController() local
127 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSourceController() local
[all...]
/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
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dftrace.c17 u32 call; in ftrace_call_replace() local
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dftrace.c17 u32 call; in ftrace_call_replace() local
/kernel/linux/linux-5.10/net/rxrpc/
H A Drtt.c147 void rxrpc_peer_add_rtt(struct rxrpc_call *call, enum rxrpc_rtt_rx_trace why, in rxrpc_peer_add_rtt() argument
H A Dinsecure.c21 static int none_secure_packet(struct rxrpc_call *call, in none_secure_packet() argument
29 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb, in none_verify_packet() argument
36 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto() argument
40 static void none_locate_data(struct rxrpc_call *call, struct sk_buff *skb, in none_locate_data() argument
/kernel/linux/linux-5.10/fs/afs/
H A Dvl_probe.c47 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() argument
152 struct afs_call *call; afs_do_probe_vlserver() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_synth.h33 struct trace_event_call call; member
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register() argument
186 ftrace_event_is_function(struct trace_event_call *call) ftrace_event_is_function() argument
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument
130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dvl_probe.c47 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() argument
152 struct afs_call *call; afs_do_probe_vlserver() local
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument
130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type, in rxrpc_alloc_txbuf() argument
105 void rxrpc_shrink_call_tx_buffer(struct rxrpc_call *call) in rxrpc_shrink_call_tx_buffer() argument
[all...]
H A Dinsecure.c20 static int none_how_much_data(struct rxrpc_call *call, size_t remain, in none_how_much_data() argument
28 static int none_secure_packet(struct rxrpc_call *call, struct rxrpc_txbuf *txb) in none_secure_packet() argument
33 static int none_verify_packet(struct rxrpc_call *call, struct sk_buff *skb) in none_verify_packet() argument
41 static void none_free_call_crypto(struct rxrpc_call *call) in none_free_call_crypto() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_synth.h34 struct trace_event_call call; member
H A Dtrace_export.c18 static int ftrace_event_register(struct trace_event_call *call, in ftrace_event_register() argument
196 ftrace_event_is_function(struct trace_event_call *call) ftrace_event_is_function() argument
[all...]

Completed in 10 milliseconds

12345678910>>...21