Home
last modified time | relevance | path

Searched defs:client (Results 376 - 400 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp152 sptr<IInputClient> client = new (std::nothrow) InputClientStub(); in FUZZHideInput() local
159 sptr<IInputClient> client = new (std::nothrow) InputClientStub(); in FUZZShowInput() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp68 AppExecFwk::BundleMgrClient client; in GetAppVersion() local
/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_manage.c51 uint8_t *client = (uint8_t *)malloc(len); in CreatClient() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp437 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp284 void Client::OnMsgHandler(const StreamClient &client, NetPacket &pkt) in OnMsgHandler() argument
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp357 sptr<AnsDialogHostClient> client = nullptr; in RequestEnableNotification() local
372 sptr<AnsDialogHostClient> client = nullptr; in RequestEnableNotificationWithContext() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp410 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
431 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
453 sptr<AnsDialogHostClient> client = nullptr; in HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dcoordination_manager_impl.cpp222 int32_t CoordinationManagerImpl::OnCoordinationListener(const StreamClient &client, NetPacket &pkt) in OnCoordinationListener() argument
239 int32_t CoordinationManagerImpl::OnCoordinationMessage(const StreamClient &client, NetPacket &pkt) in OnCoordinationMessage() argument
256 int32_t CoordinationManagerImpl::OnCoordinationState(const StreamClient &client, NetPacket &pkt) in OnCoordinationState() argument
305 int32_t CoordinationManagerImpl::OnHotAreaListener(const StreamClient &client, NetPacket &pkt) in OnHotAreaListener() argument
H A Ddrag_manager_impl.cpp74 int32_t DragManagerImpl::OnNotifyResult(const StreamClient &client, NetPacket &pkt) in OnNotifyResult() argument
103 int32_t DragManagerImpl::OnNotifyHideIcon(const StreamClient& client, NetPacket& pkt) in OnNotifyHideIcon() argument
112 int32_t DragManagerImpl::OnStateChangedMessage(const StreamClient &client, NetPacket &pkt) in OnStateChangedMessage() argument
128 int32_t DragManagerImpl::OnDragStyleChangedMessage(const StreamClient &client, NetPacket &pkt) in OnDragStyleChangedMessage() argument
/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c183 uint8_t *client = (uint8_t *)malloc(len); in CreatClient() local
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c36 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument
415 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument
H A Dsts_client.c33 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
518 build_sts_client(const hc_handle hichain_handle, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_sts_client() argument
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H A Decspeke_fuzzer.cpp62 BaseProtocol *client; in ECSpekeTest02() local
106 BaseProtocol *client; ECSpekeTest03() local
150 BaseProtocol *client; ECSpekeTest04() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/
H A Ddlspeke_fuzzer.cpp62 BaseProtocol *client; in DlSpekeTest02() local
106 BaseProtocol *client; DlSpekeTest03() local
150 BaseProtocol *client; DlSpekeTest04() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/
H A Diso_fuzzer.cpp59 BaseProtocol *client; in IsoTest02() local
103 BaseProtocol *client; IsoTest03() local
[all...]
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer/
H A Dauthcodeimport_fuzzer.cpp60 BaseCmd *client = CreateAuthCodeImportCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in AuthCodeImportTest002() local
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H A Dpubkeyexchange_fuzzer.cpp56 BaseCmd *client = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in PubkeyExchangeTest02() local
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/
H A Dexpandsubsession_fuzzer.cpp66 ExpandSubSession *client; in ExpandSubSessionTest02() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/
H A Dauth_sub_session_test.cpp111 AuthSubSession *client; in HWTEST_F() local
169 AuthSubSession *client; HWTEST_F() local
227 AuthSubSession *client; HWTEST_F() local
285 AuthSubSession *client; HWTEST_F() local
343 AuthSubSession *client; HWTEST_F() local
401 AuthSubSession *client; HWTEST_F() local
741 LoopProcess(AuthSubSession *client, AuthSubSession *server) LoopProcess() argument
784 AuthSubSession *client = *clientPtr; TestMemoryInner() local
827 AuthSubSession *client = nullptr; TestMemoryException() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Dec_speke_protocol_test.cpp107 BaseProtocol *client; in HWTEST_F() local
165 BaseProtocol *client; HWTEST_F() local
223 BaseProtocol *client; HWTEST_F() local
593 LoopProcess(BaseProtocol *client, BaseProtocol *server) LoopProcess() argument
640 BaseProtocol *client = *clientPtr; TestMemoryInner() local
679 BaseProtocol *client = nullptr; TestMemoryException() local
[all...]
H A Ddl_speke_protocol_test.cpp107 BaseProtocol *client; in HWTEST_F() local
165 BaseProtocol *client; HWTEST_F() local
223 BaseProtocol *client; HWTEST_F() local
585 LoopProcess(BaseProtocol *client, BaseProtocol *server) LoopProcess() argument
632 BaseProtocol *client = *clientPtr; TestMemoryInner() local
671 BaseProtocol *client = nullptr; TestMemoryException() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/
H A Dexpand_sub_session_test.cpp114 ExpandSubSession *client; in HWTEST_F() local
384 LoopProcess(ExpandSubSession *client, ExpandSubSession *server) LoopProcess() argument
418 ExpandSubSession *client = *clientPtr; TestMemoryInner() local
445 ExpandSubSession *client = nullptr; TestMemoryException() local
[all...]
/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_client.c80 CONTROL_FD_STATIC void CmdOnConnectComplete(const TaskHandle client) in CmdOnConnectComplete() argument
95 CONTROL_FD_STATIC void CmdDisConnectComplete(const TaskHandle client) in CmdDisConnectComplete() argument
/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp644 ParamTaskPtr client = nullptr; in HWTEST_F() local
/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c260 IClientProxy *client = (IClientProxy *)proxy; in RegisterSensorChannel() local
289 IClientProxy *client = (IClientProxy *)proxy; in UnregisterSensorChannel() local
325 IClientProxy *client = (IClientProxy *)proxy; InitSensorList() local
366 IClientProxy *client = (IClientProxy *)proxy; ActivateSensorByProxy() local
387 IClientProxy *client = (IClientProxy *)proxy; DeactivateSensorByProxy() local
411 IClientProxy *client = (IClientProxy *)proxy; SetBatchByProxy() local
496 IClientProxy *client = (IClientProxy *)proxy; SetModeByProxy() local
518 IClientProxy *client = (IClientProxy *)proxy; SetOptionByProxy() local
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...29