Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 74) sorted by relevance

123

/foundation/multimedia/player_framework/services/services/player/server/
Dplayer_server_state.h25 …BaseState(PlayerServer &server, const std::string &name) : PlayerServerState(name), server_(server… in BaseState()
58 explicit IdleState(PlayerServer &server) : BaseState(server, "idle_state") {} in IdleState()
67 explicit InitializedState(PlayerServer &server) : BaseState(server, "inited_state") {} in InitializedState()
75 explicit PreparingState(PlayerServer &server) : BaseState(server, "preparing_state") {} in PreparingState()
87 explicit PreparedState(PlayerServer &server) : BaseState(server, "prepared_state") {} in PreparedState()
102 explicit PlayingState(PlayerServer &server) : BaseState(server, "playing_state") {} in PlayingState()
119 explicit PausedState(PlayerServer &server) : BaseState(server, "paused_state") {} in PausedState()
134 explicit StoppedState(PlayerServer &server) : BaseState(server, "stopped_state") {} in StoppedState()
143 …explicit PlaybackCompletedState(PlayerServer &server) : BaseState(server, "playbackCompleted_state… in PlaybackCompletedState()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_hal/
Dwifi_hal_crpc_p2p.c22 int RpcP2pStart(RpcServer *server, Context *context) in RpcP2pStart()
34 int RpcP2pStop(RpcServer *server, Context *context) in RpcP2pStop()
46 int RpcP2pSetRandomMac(RpcServer *server, Context *context) in RpcP2pSetRandomMac()
62 int RpcP2pSetDeviceName(RpcServer *server, Context *context) in RpcP2pSetDeviceName()
78 int RpcP2pSetSsidPostfixName(RpcServer *server, Context *context) in RpcP2pSetSsidPostfixName()
94 int RpcP2pSetWpsDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsDeviceType()
110 int RpcP2pSetWpsSecondaryDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsSecondaryDeviceType()
126 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context) in RpcP2pSetWpsConfigMethods()
142 int RpcP2pGetDeviceAddress(RpcServer *server, Context *context) in RpcP2pGetDeviceAddress()
167 int RpcP2pFlush(RpcServer *server, Context *context) in RpcP2pFlush()
[all …]
Dwifi_hal_crpc_sta.c22 int RpcStart(RpcServer *server, Context *context) in RpcStart()
34 int RpcStop(RpcServer *server, Context *context) in RpcStop()
46 int RpcStartScan(RpcServer *server, Context *context) in RpcStartScan()
99 int RpcGetScanInfos(RpcServer *server, Context *context) in RpcGetScanInfos()
193 int RpcStartPnoScan(RpcServer *server, Context *context) in RpcStartPnoScan()
230 int RpcStopPnoScan(RpcServer *server, Context *context) in RpcStopPnoScan()
242 int RpcConnect(RpcServer *server, Context *context) in RpcConnect()
258 int RpcReconnect(RpcServer *server, Context *context) in RpcReconnect()
270 int RpcReassociate(RpcServer *server, Context *context) in RpcReassociate()
282 int RpcDisconnect(RpcServer *server, Context *context) in RpcDisconnect()
[all …]
Dwifi_hal_crpc_chip.c22 int RpcGetWifiChip(RpcServer *server, Context *context) in RpcGetWifiChip()
45 int RpcGetWifiChipIds(RpcServer *server, Context *context) in RpcGetWifiChipIds()
76 int RpcGetChipId(RpcServer *server, Context *context) in RpcGetChipId()
92 int RpcCreateIface(RpcServer *server, Context *context) in RpcCreateIface()
118 int RpcGetIface(RpcServer *server, Context *context) in RpcGetIface()
157 int RpcGetIfaceNames(RpcServer *server, Context *context) in RpcGetIfaceNames()
183 int RpcRemoveIface(RpcServer *server, Context *context) in RpcRemoveIface()
212 int RpcGetCapabilities(RpcServer *server, Context *context) in RpcGetCapabilities()
228 int RpcGetSupportedComboModes(RpcServer *server, Context *context) in RpcGetSupportedComboModes()
256 int RpcConfigComboModes(RpcServer *server, Context *context) in RpcConfigComboModes()
[all …]
Dwifi_hal_crpc_supplicant.c21 int RpcStartSupplicant(RpcServer *server, Context *context) in RpcStartSupplicant()
33 int RpcStopSupplicant(RpcServer *server, Context *context) in RpcStopSupplicant()
45 int RpcConnectSupplicant(RpcServer *server, Context *context) in RpcConnectSupplicant()
57 int RpcDisconnectSupplicant(RpcServer *server, Context *context) in RpcDisconnectSupplicant()
69 int RpcRequestToSupplicant(RpcServer *server, Context *context) in RpcRequestToSupplicant()
97 int RpcSetPowerSave(RpcServer *server, Context *context) in RpcSetPowerSave()
114 int RpcWpaSetCountryCode(RpcServer *server, Context *context) in RpcWpaSetCountryCode()
130 int RpcWpaGetCountryCode(RpcServer *server, Context *context) in RpcWpaGetCountryCode()
Dwifi_hal_crpc_ap.c23 int RpcStartSoftAp(RpcServer *server, Context *context) in RpcStartSoftAp()
40 int RpcStopSoftAp(RpcServer *server, Context *context) in RpcStopSoftAp()
57 int RpcSetHostapdConfig(RpcServer *server, Context *context) in RpcSetHostapdConfig()
82 int RpcGetStaInfos(RpcServer *server, Context *context) in RpcGetStaInfos()
109 int RpcSetCountryCode(RpcServer *server, Context *context) in RpcSetCountryCode()
126 int RpcSetMacFilter(RpcServer *server, Context *context) in RpcSetMacFilter()
155 int RpcDelMacFilter(RpcServer *server, Context *context) in RpcDelMacFilter()
184 int RpcDisassociateSta(RpcServer *server, Context *context) in RpcDisassociateSta()
214 int RpcGetValidFrequenciesForBand(RpcServer *server, Context *context) in RpcGetValidFrequenciesForBand()
248 int RpcSetPowerModel(RpcServer *server, Context *context) in RpcSetPowerModel()
[all …]
Dwifi_hal_crpc_common.c25 int RpcRegisterEventCallback(RpcServer *server, Context *context) in RpcRegisterEventCallback()
49 int RpcUnRegisterEventCallback(RpcServer *server, Context *context) in RpcUnRegisterEventCallback()
73 int RpcNotifyClear(RpcServer *server, Context *context) in RpcNotifyClear()
Dmain.c105 RpcServer *server = GetRpcServer(); in SignalExit() local
123 RpcServer *server = CreateRpcServer(rpcSockPath); in main() local
Dwifi_hal_crpc_base.c77 int RpcGetName(RpcServer *server, Context *context) in RpcGetName()
102 int RpcGetType(RpcServer *server, Context *context) in RpcGetType()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
Dwifi_hal_crpc_p2p_test.cpp38 RpcServer svr, *server = nullptr; variable
49 RpcServer svr, *server = nullptr; variable
59 RpcServer svr, *server = nullptr; variable
69 RpcServer svr, *server = nullptr; variable
79 RpcServer svr, *server = nullptr; variable
89 RpcServer svr, *server = nullptr; variable
99 RpcServer svr, *server = nullptr; variable
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/src/
Dserver.c39 static int OnAccept(RpcServer *server, unsigned int mask) in OnAccept()
72 RpcServer *server = (RpcServer *)calloc(1, sizeof(RpcServer)); in CreateRpcServer() local
105 static int DealReadMessage(RpcServer *server, Context *client) in DealReadMessage()
143 static void DealFdReadEvent(RpcServer *server, Context *client, unsigned int mask) in DealFdReadEvent()
163 static void DealFdWriteEvent(RpcServer *server, Context *client) in DealFdWriteEvent()
180 static void DealFdEvents(RpcServer *server, int fd, unsigned int mask) in DealFdEvents()
205 int RunRpcLoop(RpcServer *server) in RunRpcLoop()
231 void ReleaseRpcServer(RpcServer *server) in ReleaseRpcServer()
249 static int BeforeLoop(RpcServer *server) in BeforeLoop()
273 int EmitEvent(RpcServer *server, int event) in EmitEvent()
[all …]
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_event_handler.cpp26 …nst std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &ser… in AbilityEventHandler()
77 auto server = server_.lock(); in ProcessLoadTimeOut() local
95 auto server = server_.lock(); in ProcessActiveTimeOut() local
103 auto server = server_.lock(); in ProcessInactiveTimeOut() local
111 auto server = server_.lock(); in ProcessForegroundTimeOut() local
129 auto server = server_.lock(); in ProcessShareDataTimeOut() local
Datomic_service_status_callback.cpp24 …icServiceStatusCallback::AtomicServiceStatusCallback(const std::weak_ptr<FreeInstallManager> &serv… in AtomicServiceStatusCallback()
31 auto server = server_.lock(); in OnInstallFinished() local
38 auto server = server_.lock(); in OnRemoteInstallFinished() local
45 auto server = server_.lock(); in OnRemoveTimeoutTask() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
Drfcomm_server.c40 RfcommServerInfo *server = NULL; in RfcommDestroyServerList() local
76 RfcommServerInfo *server = malloc(sizeof(RfcommServerInfo)); in RfcommCreateServer() local
98 void RfcommRemoveServer(RfcommServerInfo *server) in RfcommRemoveServer()
117 RfcommServerInfo *server = NULL; in RfcommGetServerByScn() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
Dbundle_manager_callback.cpp22 BundleManagerCallback::BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server) in BundleManagerCallback()
31 auto server = server_.lock(); in OnQueryRpcIdFinished() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
Dservice_center_status_callback.cpp20 …CenterStatusCallback::ServiceCenterStatusCallback(const std::weak_ptr<BundleConnectAbilityMgr> &se… in ServiceCenterStatusCallback()
29 auto server = server_.lock(); in OnInstallFinished() local
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsSocketTest.cpp84 void SetSocketHwTestShortParam(TLSSocket &server) in SetSocketHwTestShortParam()
106 void SetSocketHwTestLongParam(TLSSocket &server) in SetSocketHwTestLongParam()
138 TLSSocket server; variable
153 TLSSocket server; variable
172 TLSSocket server; variable
190 TLSSocket server; variable
209 TLSSocket server; variable
255 TLSSocket server; variable
283 TLSSocket server; variable
303 TLSSocket server; variable
[all …]
DTlsSocketCertChainTest.cpp85 void SetCertChainHwTestShortParam(TLSSocket &server) in SetCertChainHwTestShortParam()
107 void SetCertChainHwTestLongParam(TLSSocket &server) in SetCertChainHwTestLongParam()
139 TLSSocket server; variable
154 TLSSocket server; variable
172 TLSSocket server; variable
190 TLSSocket server; variable
208 TLSSocket server; variable
253 TLSSocket server; variable
281 TLSSocket server; variable
301 TLSSocket server; variable
[all …]
DTlsSocketCertChainOneWayTest.cpp85 void SetCertChainOneWayHwTestShortParam(TLSSocket &server) in SetCertChainOneWayHwTestShortParam()
107 void SetCertChainOneWayHwTestLongParam(TLSSocket &server) in SetCertChainOneWayHwTestLongParam()
139 TLSSocket server; variable
154 TLSSocket server; variable
172 TLSSocket server; variable
190 TLSSocket server; variable
208 TLSSocket server; variable
254 TLSSocket server; variable
282 TLSSocket server; variable
302 TLSSocket server; variable
[all …]
DTlsSocketOneWayTest.cpp84 void SetOneWayHwTestShortParam(TLSSocket &server) in SetOneWayHwTestShortParam()
106 void SetOneWayHwTestLongParam(TLSSocket &server) in SetOneWayHwTestLongParam()
138 TLSSocket server; variable
154 TLSSocket server; variable
173 TLSSocket server; variable
192 TLSSocket server; variable
211 TLSSocket server; variable
257 TLSSocket server; variable
285 TLSSocket server; variable
306 TLSSocket server; variable
[all …]
DTlsSocketUnilateralConnection.cpp89 void SetUnilateralHwTestShortParam(TLSSocket &server) in SetUnilateralHwTestShortParam()
179 TLSSocket server; variable
195 TLSSocket server; variable
212 TLSSocket server; variable
231 TLSSocket server; variable
249 TLSSocket server; variable
296 TLSSocket server; variable
323 TLSSocket server; variable
345 TLSSocket server; variable
391 TLSSocket server; variable
/foundation/communication/netstack/test/unittest/tlssocket/server/
DTlsSocketServerTest.cpp89 TLSSocketServer server; variable
101 TLSSocketServer server; variable
116 TLSSocketServer server; variable
135 TLSSocketServer server; variable
160 TLSSocketServer server; variable
196 TLSSocketServer server; variable
222 TLSSocketServer server; variable
242 TLSSocketServer server; variable
278 TLSSocketServer server; variable
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
Dsamgr_server.c118 SamgrServer *server = (SamgrServer *)service; in Initialize() local
127 SamgrServer *server = (SamgrServer *)service; in MessageHandle() local
149 SamgrServer *server = GET_OBJECT(iProxy, SamgrServer, iUnknown); in Invoke() local
159 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint()
198 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature()
294 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature()
336 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature()
370 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap()
395 static BOOL ProcGetSysCap(SamgrServer *server, IpcIo *req) in ProcGetSysCap()
437 void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) in ProcGetAllSysCap()
[all …]
Dsamgr_server_rpc.c212 SamgrServer *server = (SamgrServer *)service; in Initialize() local
221 SamgrServer *server = (SamgrServer *)service; in MessageHandle() local
243 SamgrServer *server = GET_OBJECT(iProxy, SamgrServer, iUnknown); in Invoke() local
260 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint()
299 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature()
403 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature()
445 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature()
481 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap()
506 static BOOL ProcGetSysCap(SamgrServer *server, IpcIo *req) in ProcGetSysCap()
548 void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) in ProcGetAllSysCap()
[all …]
/foundation/ai/ai_engine/services/server/
DCMakeLists.txt30 add_executable(server target

123