Home
last modified time | relevance | path

Searched defs:client (Results 276 - 300 of 722) sorted by relevance

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

/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
H A DWireClient.h26 namespace client { namespace
84 namespace client { namespace
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp20 namespace dawn_wire { namespace client { namespace
H A DDevice.h28 namespace dawn_wire { namespace client { namespace
H A DClientDoers.cpp21 namespace dawn_wire { namespace client { namespace
H A DClientMemoryTransferService_mock.cpp20 namespace dawn_wire { namespace client { namespace
H A DQueue.cpp20 namespace dawn_wire { namespace client { namespace
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireTest.h103 namespace client { namespace
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dserver.rs35 pub fn client(&self) -> ClientBuilder { in client() functions
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp134 AppExecFwk::BundleMgrClient client; in GetAppVersion() local
/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_parcel_test.cpp95 auto& client = DisplayPowerMgr::DisplayPowerMgrClient::GetInstance(); in HWTEST_F() local
[all...]
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp138 void SocketClient::OnMsgHandler(const StreamClient &client, NetPacket &pkt) in OnMsgHandler() argument
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp230 StreamClientTest client; in HWTEST_F() local
259 StreamClientTest client; in HWTEST_F() local
291 StreamClientTest client; in HWTEST_F() local
317 StreamClientTest client; in HWTEST_F() local
435 StreamClientTest client; in HWTEST_F() local
467 StreamClientTest client; HWTEST_F() local
[all...]
/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp111 AppExecFwk::BundleMgrClient client; in GetResConfigFile() local
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol_test.cpp104 BaseProtocol *client; in HWTEST_F() local
162 BaseProtocol *client; HWTEST_F() local
532 LoopProcess(BaseProtocol *client, BaseProtocol *server) LoopProcess() argument
579 BaseProtocol *client = *clientPtr; TestMemoryInner() local
618 BaseProtocol *client = nullptr; TestMemoryException() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange_test.cpp102 BaseCmd *client = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in HWTEST_F() local
390 BaseCmd *client = CreatePubKeyExchangeCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in TestMemoryInner() local
430 BaseCmd *client = nullptr; TestMemoryException() local
[all...]
H A Dauth_code_import_test.cpp102 BaseCmd *client = CreateAuthCodeImportCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in HWTEST_F() local
390 BaseCmd *client = CreateAuthCodeImportCmd((void *)&g_paramsC, true, ABORT_IF_ERROR); in TestMemoryInner() local
430 BaseCmd *client = nullptr; TestMemoryException() local
[all...]
/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c106 uint8_t *client = (uint8_t *)MALLOC(len); in DslmCreatClient() local
/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp78 auto &client = MedicalSensorServiceClient::GetInstance(); in CreateSensorDataChannel() local
107 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in DestroyAfeDataChannel() local
126 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in GetAllSensors() local
178 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in ActivateSensor() local
204 MedicalSensorServiceClient &client = MedicalSensorServiceClient::GetInstance(); in DeactivateSensor() local
[all...]
/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c119 TaskHandle client = NULL; in CmdOnIncommingConnect() local
/base/startup/appspawn/modules/nweb_adapter/
H A Dnwebspawn_adapter.cpp96 APPSPAWN_STATIC int RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor() argument
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/src/
H A Dhks_bms_api_wrap.cpp115 AppExecFwk::BundleMgrClient client; in HksGetHapInfo() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp143 AppSpawnClient *client = reinterpret_cast<AppSpawnClient *>(appCtx); in HWTEST_F() local
220 static int TestChildLoop(AppSpawnContent *content, AppSpawnClient *client) in TestChildLoop() argument
/base/startup/appspawn/common/
H A Dappspawn_server.c32 static void NotifyResToParent(struct AppSpawnContent *content, AppSpawnClient *client, int result) in NotifyResToParent() argument
89 int AppSpawnChild(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnChild() argument
153 NwebSpawnCloneChildProcess(AppSpawnContent *content, AppSpawnClient *client, pid_t *pid) NwebSpawnCloneChildProcess() argument
175 AppSpawnForkChildProcess(AppSpawnContent *content, AppSpawnClient *client, pid_t *pid) AppSpawnForkChildProcess() argument
192 AppSpawnProcessMsg(AppSpawnContent *content, AppSpawnClient *client, pid_t *childPid) global() argument
[all...]
/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c115 StreamClientTask *client = (StreamClientTask *)handle; in HandleClientEvent_() local
[all...]
/base/startup/appspawn/lite/
H A Dappspawn_process.c83 static int SetProcessName(struct AppSpawnContent *content, AppSpawnClient *client, in SetProcessName() argument
90 static int SetKeepCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetKeepCapabilities() argument
102 static int SetUidGid(struct AppSpawnContent *content, AppSpawnClient *client) in SetUidGid() argument
131 static int SetCapabilities(struct AppSpawnContent *content, AppSpawnClient *client) in SetCapabilities() argument
164 static void RunChildProcessor(AppSpawnContent *content, AppSpawnClient *client) in RunChildProcessor() argument
186 int AppSpawnExecuteSpawningHook(AppSpawnContent *content, AppSpawnClient *client) in AppSpawnExecuteSpawningHook() argument
208 AppSpawnExecuteClearEnvHook(AppSpawnContent *content, AppSpawnClient *client) AppSpawnExecuteClearEnvHook() argument
213 AppSpawnExecutePreReplyHook(AppSpawnContent *content, AppSpawnClient *client) AppSpawnExecutePreReplyHook() argument
218 AppSpawnExecutePostReplyHook(AppSpawnContent *content, AppSpawnClient *client) AppSpawnExecutePostReplyHook() argument
223 AppSpawnEnvClear(AppSpawnContent *content, AppSpawnClient *client) AppSpawnEnvClear() argument
[all...]

Completed in 12 milliseconds

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