| /foundation/multimedia/player_framework/services/services/player/server/ |
| D | player_server_state.h | 25 …BaseState(PlayerServer &server, const std::string &name) : PlayerServerState(name), server_(server… in BaseState() 69 explicit IdleState(PlayerServer &server) : BaseState(server, "idle_state") {} in IdleState() 78 explicit InitializedState(PlayerServer &server) : BaseState(server, "inited_state") {} in InitializedState() 87 explicit PreparingState(PlayerServer &server) : BaseState(server, "preparing_state") {} in PreparingState() 99 explicit PreparedState(PlayerServer &server) : BaseState(server, "prepared_state") {} in PreparedState() 117 explicit PlayingState(PlayerServer &server) : BaseState(server, "playing_state") {} in PlayingState() 141 explicit PausedState(PlayerServer &server) : BaseState(server, "paused_state") {} in PausedState() 159 explicit StoppedState(PlayerServer &server) : BaseState(server, "stopped_state") {} in StoppedState() 170 …explicit PlaybackCompletedState(PlayerServer &server) : BaseState(server, "playbackCompleted_state… in PlaybackCompletedState()
|
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| D | wifi_hal_crpc_p2p.c | 25 int RpcP2pStart(RpcServer *server, Context *context) in RpcP2pStart() 37 int RpcP2pStop(RpcServer *server, Context *context) in RpcP2pStop() 49 int RpcP2pSetRandomMac(RpcServer *server, Context *context) in RpcP2pSetRandomMac() 65 int RpcP2pSetDeviceName(RpcServer *server, Context *context) in RpcP2pSetDeviceName() 81 int RpcP2pSetSsidPostfixName(RpcServer *server, Context *context) in RpcP2pSetSsidPostfixName() 97 int RpcP2pSetWpsDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsDeviceType() 113 int RpcP2pSetWpsSecondaryDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsSecondaryDeviceType() 129 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context) in RpcP2pSetWpsConfigMethods() 145 int RpcP2pGetDeviceAddress(RpcServer *server, Context *context) in RpcP2pGetDeviceAddress() 170 int RpcP2pFlush(RpcServer *server, Context *context) in RpcP2pFlush() [all …]
|
| D | wifi_hal_crpc_chip.c | 24 int RpcGetWifiChip(RpcServer *server, Context *context) in RpcGetWifiChip() 47 int RpcGetWifiChipIds(RpcServer *server, Context *context) in RpcGetWifiChipIds() 78 int RpcGetChipId(RpcServer *server, Context *context) in RpcGetChipId() 94 int RpcCreateIface(RpcServer *server, Context *context) in RpcCreateIface() 120 int RpcGetIface(RpcServer *server, Context *context) in RpcGetIface() 163 int RpcGetIfaceNames(RpcServer *server, Context *context) in RpcGetIfaceNames() 189 int RpcRemoveIface(RpcServer *server, Context *context) in RpcRemoveIface() 222 int RpcGetCapabilities(RpcServer *server, Context *context) in RpcGetCapabilities() 238 int RpcGetSupportedComboModes(RpcServer *server, Context *context) in RpcGetSupportedComboModes() 266 int RpcConfigComboModes(RpcServer *server, Context *context) in RpcConfigComboModes() [all …]
|
| D | wifi_hal_crpc_sta.c | 27 int RpcStart(RpcServer *server, Context *context) in RpcStart() 39 int RpcStop(RpcServer *server, Context *context) in RpcStop() 51 int RpcStartScan(RpcServer *server, Context *context) in RpcStartScan() 104 int RpcGetScanInfos(RpcServer *server, Context *context) in RpcGetScanInfos() 198 int RpcStartPnoScan(RpcServer *server, Context *context) in RpcStartPnoScan() 235 int RpcStopPnoScan(RpcServer *server, Context *context) in RpcStopPnoScan() 247 int RpcConnect(RpcServer *server, Context *context) in RpcConnect() 263 int RpcReconnect(RpcServer *server, Context *context) in RpcReconnect() 275 int RpcReassociate(RpcServer *server, Context *context) in RpcReassociate() 287 int RpcDisconnect(RpcServer *server, Context *context) in RpcDisconnect() [all …]
|
| D | wifi_hal_crpc_supplicant.c | 21 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()
|
| D | wifi_hal_crpc_common.c | 29 int RpcRegisterEventCallback(RpcServer *server, Context *context) in RpcRegisterEventCallback() 56 int RpcUnRegisterEventCallback(RpcServer *server, Context *context) in RpcUnRegisterEventCallback() 83 int RpcNotifyClear(RpcServer *server, Context *context) in RpcNotifyClear() 99 int RpcGetCommonCmd(RpcServer *server, Context *context) in RpcGetCommonCmd() 115 int RpcChbaStart(RpcServer *server, Context *context) in RpcChbaStart() 127 int RpcChbaStop(RpcServer *server, Context *context) in RpcChbaStop()
|
| D | wifi_hal_crpc_ap.c | 25 int RpcStartSoftAp(RpcServer *server, Context *context) in RpcStartSoftAp() 45 int RpcStopSoftAp(RpcServer *server, Context *context) in RpcStopSoftAp() 62 int RpcSetHostapdConfig(RpcServer *server, Context *context) in RpcSetHostapdConfig() 87 int RpcGetStaInfos(RpcServer *server, Context *context) in RpcGetStaInfos() 114 int RpcSetCountryCode(RpcServer *server, Context *context) in RpcSetCountryCode() 131 int RpcSetMacFilter(RpcServer *server, Context *context) in RpcSetMacFilter() 160 int RpcDelMacFilter(RpcServer *server, Context *context) in RpcDelMacFilter() 189 int RpcDisassociateSta(RpcServer *server, Context *context) in RpcDisassociateSta() 219 int RpcGetValidFrequenciesForBand(RpcServer *server, Context *context) in RpcGetValidFrequenciesForBand() 253 int RpcSetPowerModel(RpcServer *server, Context *context) in RpcSetPowerModel() [all …]
|
| D | wifi_hal_crpc_base.c | 77 int RpcGetName(RpcServer *server, Context *context) in RpcGetName() 102 int RpcGetType(RpcServer *server, Context *context) in RpcGetType()
|
| D | main.c | 108 RpcServer *server = GetRpcServer(); in SignalExit() local 126 RpcServer *server = CreateRpcServer(rpcSockPath); in main() local
|
| /foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/ |
| D | sa_avcodec_unit_test.cpp | 92 void SaAVCodecUnitTest::CreateCodecServiceStub(std::shared_ptr<AVCodecServer> &server) in CreateCodecServiceStub() 123 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 139 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, false); variable 155 auto server = std::make_shared<AVCodecServer>(1, false); variable 172 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 192 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 211 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 229 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 256 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable 292 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable [all …]
|
| /foundation/communication/wifi/wifi/base/cRPC/src/ |
| D | server.c | 39 static int OnAccept(RpcServer *server, unsigned int mask) in OnAccept() 80 RpcServer *server = (RpcServer *)calloc(1, sizeof(RpcServer)); in CreateRpcServer() local 113 static int DealReadMessage(RpcServer *server, Context *client) in DealReadMessage() 151 static void DealFdReadEvent(RpcServer *server, Context *client, unsigned int mask) in DealFdReadEvent() 173 static void DealFdWriteEvent(RpcServer *server, Context *client) in DealFdWriteEvent() 192 static void DealFdEvents(RpcServer *server, int fd, unsigned int mask) in DealFdEvents() 217 int RunRpcLoop(RpcServer *server) in RunRpcLoop() 243 void ReleaseRpcServer(RpcServer *server) in ReleaseRpcServer() 261 static int BeforeLoop(RpcServer *server) in BeforeLoop() 285 int EmitEvent(RpcServer *server, int event) in EmitEvent() [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
| D | service_center_status_callback.cpp | 21 …CenterStatusCallback::ServiceCenterStatusCallback(const std::weak_ptr<BundleConnectAbilityMgr> &se… in ServiceCenterStatusCallback() 30 auto server = server_.lock(); in OnInstallFinished() local 42 auto server = server_.lock(); in OnDelayedHeartbeat() local 54 auto server = server_.lock(); in OnServiceCenterReceived() local
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
| D | wifi_hal_crpc_p2p_test.cpp | 38 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/ability/ability_runtime/services/abilitymgr/src/ |
| D | ability_event_handler.cpp | 24 …nst std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &ser… in AbilityEventHandler() 75 auto server = server_.lock(); in ProcessLoadTimeOut() local 93 auto server = server_.lock(); in ProcessActiveTimeOut() local 101 auto server = server_.lock(); in ProcessInactiveTimeOut() local 109 auto server = server_.lock(); in ProcessForegroundTimeOut() local 128 auto server = server_.lock(); in ProcessShareDataTimeOut() local
|
| D | atomic_service_status_callback.cpp | 24 const std::weak_ptr<FreeInstallManager> &server, bool isAsync, int32_t recordId) in AtomicServiceStatusCallback() 31 auto server = server_.lock(); in OnInstallFinished() local 38 auto server = server_.lock(); in OnRemoteInstallFinished() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
| D | rfcomm_server.c | 40 RfcommServerInfo *server = NULL; in RfcommDestroyServerList() local 81 RfcommServerInfo *server = malloc(sizeof(RfcommServerInfo)); in RfcommCreateServer() local 103 void RfcommRemoveServer(RfcommServerInfo *server) in RfcommRemoveServer() 127 RfcommServerInfo *server = NULL; in RfcommGetServerByScn() local
|
| /foundation/CastEngine/castengine_wifi_display/services/network/server/ |
| D | base_server.cpp | 47 auto server = server_.lock(); in OnReadable() local 56 auto server = server_.lock(); in OnWritable() local 68 auto server = server_.lock(); in OnShutdown() local 80 auto server = server_.lock(); in OnException() local
|
| D | base_server.h | 44 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer() 67 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/ |
| D | bundle_manager_callback.cpp | 22 BundleManagerCallback::BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server) in BundleManagerCallback() 31 auto server = server_.lock(); in OnQueryRpcIdFinished() local
|
| /foundation/communication/netstack/test/unittest/tlssocket/server/ |
| D | TlsSocketServerTest.cpp | 89 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
|
| D | tls_socket_branch_test.cpp | 71 TLSSocket server; variable 97 TLSSocket server; variable 153 TLSSocket server; variable 203 TLSSocket server; variable
|
| /foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
| D | samgr_server.c | 118 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 …]
|
| D | samgr_server_rpc.c | 213 SamgrServer *server = (SamgrServer *)service; in Initialize() local 222 SamgrServer *server = (SamgrServer *)service; in MessageHandle() local 244 SamgrServer *server = GET_OBJECT(iProxy, SamgrServer, iUnknown); in Invoke() local 261 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint() 300 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature() 404 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature() 446 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature() 482 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap() 507 static BOOL ProcGetSysCap(SamgrServer *server, IpcIo *req) in ProcGetSysCap() 549 void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) in ProcGetAllSysCap() [all …]
|
| /foundation/ai/ai_engine/services/server/ |
| D | CMakeLists.txt | 30 add_executable(server target
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| D | gatt_server_service.cpp | 658 auto server = GetValidApplication(appId); in DeregisterApplicationImpl() local 686 auto server = GetValidApplication(appId); in AddService() local 707 auto server = GetValidApplicationService(appId, handle); in RemoveService() local 747 auto server = GetValidApplication(appId); in ClearServices() local 842 for (auto &server : servers_) { in CancelConnection() local 883 for (auto &server : servers_) { in OnExchangeMtuEvent() local 902 auto server = servers_.find(appId->second.first); in OnReadCharacteristicValueEvent() local 945 auto server = servers_.find(appId->second.first); in OnWriteCharacteristicEvent() local 984 auto server = servers_.find(appId->second.first); in OnDescriptorReadEvent() local 1024 auto server = servers_.find(appId->second.first); in OnDescriptorWriteEvent() local [all …]
|