| /foundation/communication/wifi/services/wifi_standard/wifi_hal/ |
| D | wifi_hal_crpc_p2p.c | 21 int RpcP2pStart(RpcServer *server, Context *context) in RpcP2pStart() 33 int RpcP2pStop(RpcServer *server, Context *context) in RpcP2pStop() 45 int RpcP2pSetRandomMac(RpcServer *server, Context *context) in RpcP2pSetRandomMac() 61 int RpcP2pSetDeviceName(RpcServer *server, Context *context) in RpcP2pSetDeviceName() 77 int RpcP2pSetSsidPostfixName(RpcServer *server, Context *context) in RpcP2pSetSsidPostfixName() 93 int RpcP2pSetWpsDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsDeviceType() 109 int RpcP2pSetWpsSecondaryDeviceType(RpcServer *server, Context *context) in RpcP2pSetWpsSecondaryDeviceType() 125 int RpcP2pSetWpsConfigMethods(RpcServer *server, Context *context) in RpcP2pSetWpsConfigMethods() 141 int RpcP2pGetDeviceAddress(RpcServer *server, Context *context) in RpcP2pGetDeviceAddress() 165 int RpcP2pFlush(RpcServer *server, Context *context) in RpcP2pFlush() [all …]
|
| D | wifi_hal_crpc_supplicant.c | 20 int RpcStartSupplicant(RpcServer *server, Context *context) in RpcStartSupplicant() 32 int RpcStopSupplicant(RpcServer *server, Context *context) in RpcStopSupplicant() 44 int RpcConnectSupplicant(RpcServer *server, Context *context) in RpcConnectSupplicant() 56 int RpcDisconnectSupplicant(RpcServer *server, Context *context) in RpcDisconnectSupplicant() 68 int RpcRequestToSupplicant(RpcServer *server, Context *context) in RpcRequestToSupplicant() 94 int RpcSetPowerSave(RpcServer *server, Context *context) in RpcSetPowerSave() 111 int RpcWpaSetCountryCode(RpcServer *server, Context *context) in RpcWpaSetCountryCode() 127 int RpcWpaGetCountryCode(RpcServer *server, Context *context) in RpcWpaGetCountryCode()
|
| D | wifi_hal_crpc_sta.c | 21 int RpcStart(RpcServer *server, Context *context) in RpcStart() 33 int RpcStop(RpcServer *server, Context *context) in RpcStop() 45 int RpcStartScan(RpcServer *server, Context *context) in RpcStartScan() 95 int RpcGetScanInfos(RpcServer *server, Context *context) in RpcGetScanInfos() 171 int RpcStartPnoScan(RpcServer *server, Context *context) in RpcStartPnoScan() 203 int RpcStopPnoScan(RpcServer *server, Context *context) in RpcStopPnoScan() 215 int RpcConnect(RpcServer *server, Context *context) in RpcConnect() 231 int RpcReconnect(RpcServer *server, Context *context) in RpcReconnect() 243 int RpcReassociate(RpcServer *server, Context *context) in RpcReassociate() 255 int RpcDisconnect(RpcServer *server, Context *context) in RpcDisconnect() [all …]
|
| D | wifi_hal_crpc_chip.c | 20 int RpcGetWifiChip(RpcServer *server, Context *context) in RpcGetWifiChip() 43 int RpcGetWifiChipIds(RpcServer *server, Context *context) in RpcGetWifiChipIds() 73 int RpcGetChipId(RpcServer *server, Context *context) in RpcGetChipId() 89 int RpcCreateIface(RpcServer *server, Context *context) in RpcCreateIface() 115 int RpcGetIface(RpcServer *server, Context *context) in RpcGetIface() 153 int RpcGetIfaceNames(RpcServer *server, Context *context) in RpcGetIfaceNames() 178 int RpcRemoveIface(RpcServer *server, Context *context) in RpcRemoveIface() 206 int RpcGetCapabilities(RpcServer *server, Context *context) in RpcGetCapabilities() 222 int RpcGetSupportedComboModes(RpcServer *server, Context *context) in RpcGetSupportedComboModes() 249 int RpcConfigComboModes(RpcServer *server, Context *context) in RpcConfigComboModes() [all …]
|
| D | wifi_hal_crpc_ap.c | 20 int RpcStartSoftAp(RpcServer *server, Context *context) in RpcStartSoftAp() 32 int RpcStopSoftAp(RpcServer *server, Context *context) in RpcStopSoftAp() 44 int RpcSetHostapdConfig(RpcServer *server, Context *context) in RpcSetHostapdConfig() 68 int RpcGetStaInfos(RpcServer *server, Context *context) in RpcGetStaInfos() 93 int RpcSetCountryCode(RpcServer *server, Context *context) in RpcSetCountryCode() 109 int RpcSetMacFilter(RpcServer *server, Context *context) in RpcSetMacFilter() 135 int RpcDelMacFilter(RpcServer *server, Context *context) in RpcDelMacFilter() 161 int RpcDisassociateSta(RpcServer *server, Context *context) in RpcDisassociateSta() 188 int RpcGetValidFrequenciesForBand(RpcServer *server, Context *context) in RpcGetValidFrequenciesForBand()
|
| D | wifi_hal_crpc_common.c | 23 int RpcRegisterEventCallback(RpcServer *server, Context *context) in RpcRegisterEventCallback() 46 int RpcUnRegisterEventCallback(RpcServer *server, Context *context) in RpcUnRegisterEventCallback() 69 int RpcNotifyClear(RpcServer *server, Context *context) in RpcNotifyClear()
|
| D | main.c | 31 RpcServer *server = GetRpcServer(); in SignalExit() local 49 RpcServer *server = CreateRpcServer(rpcSockPath); in main() local
|
| D | wifi_hal_callback.c | 30 RpcServer *server = GetRpcServer(); in EmitEventCallbackMsg() local 204 RpcServer *server = GetRpcServer(); in WifiHalCbApState() local 288 RpcServer *server = GetRpcServer(); in P2pHalCbGoNegotiationSuccess() local 351 RpcServer *server = GetRpcServer(); in P2pHalCbGroupFormationSuccess() local 508 RpcServer *server = GetRpcServer(); in P2pHalCbProvisionDiscoveryFailure() local 520 RpcServer *server = GetRpcServer(); in P2pHalCbFindStopped() local 583 RpcServer *server = GetRpcServer(); in P2pHalCbConnectSupplicantFailed() local
|
| D | wifi_hal_crpc_base.c | 72 int RpcGetName(RpcServer *server, Context *context) in RpcGetName() 96 int RpcGetType(RpcServer *server, Context *context) in RpcGetType()
|
| /foundation/aafwk/standard/services/abilitymgr/src/ |
| D | ability_event_handler.cpp | 25 … std::shared_ptr<AppExecFwk::EventRunner> &runner, const std::weak_ptr<AbilityManagerService> &ser… in AbilityEventHandler() 68 auto server = server_.lock(); in ProcessLoadTimeOut() local 76 auto server = server_.lock(); in ProcessActiveTimeOut() local 84 auto server = server_.lock(); in ProcessInactiveTimeOut() local 92 auto server = server_.lock(); in ProcessForegroundNewTimeOut() local 100 auto server = server_.lock(); in ProcessBackgroundNewTimeOut() local
|
| /foundation/communication/wifi/services/wifi_standard/ipc_framework/cRPC/src/ |
| D | server.c | 29 static int OnAccept(RpcServer *server, unsigned int mask) in OnAccept() 62 RpcServer *server = (RpcServer *)calloc(1, sizeof(RpcServer)); in CreateRpcServer() local 94 static int DealReadMessage(RpcServer *server, Context *client) in DealReadMessage() 131 static void DealFdReadEvent(RpcServer *server, Context *client, unsigned int mask) in DealFdReadEvent() 151 static void DealFdWriteEvent(RpcServer *server, Context *client) in DealFdWriteEvent() 168 static void DealFdEvents(RpcServer *server, int fd, unsigned int mask) in DealFdEvents() 193 int RunRpcLoop(RpcServer *server) in RunRpcLoop() 217 void ReleaseRpcServer(RpcServer *server) in ReleaseRpcServer() 234 static int BeforeLoop(RpcServer *server) in BeforeLoop() 258 int EmitEvent(RpcServer *server, int event) in EmitEvent() [all …]
|
| /foundation/communication/bluetooth/services/bluetooth_standard/stack/src/rfcomm/ |
| D | rfcomm_server.c | 40 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/distributedschedule/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 | 201 SamgrServer *server = (SamgrServer *)service; in Initialize() local 210 SamgrServer *server = (SamgrServer *)service; in MessageHandle() local 232 SamgrServer *server = GET_OBJECT(iProxy, SamgrServer, iUnknown); in Invoke() local 249 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint() 285 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature() 387 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature() 430 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature() 464 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap() 489 static BOOL ProcGetSysCap(SamgrServer *server, IpcIo *req) in ProcGetSysCap() 531 void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) in ProcGetAllSysCap() [all …]
|
| /foundation/ai/engine/services/server/ |
| D | CMakeLists.txt | 32 add_executable(server target
|
| /foundation/graphic/standard/frameworks/vsync/src/ |
| D | static_call.cpp | 56 GSError StaticCall::GetVsyncFrequency(sptr<IVsyncManager>& server, uint32_t &freq) in GetVsyncFrequency() 61 GSError StaticCall::ListenVsync(sptr<IVsyncManager>& server, sptr<IVsyncCallback>& cb, int32_t &cbi… in ListenVsync()
|
| /foundation/aafwk/standard/frameworks/kits/ability/native/src/ |
| D | ability_handler.cpp | 20 …dler::AbilityHandler(const std::shared_ptr<EventRunner> &runner, const sptr<AbilityThread> &server) in AbilityHandler()
|
| /foundation/graphic/standard/frameworks/animation_server/server/src/ |
| D | main.cpp | 32 auto server = new AnimationServer(); in main() local
|
| /foundation/communication/bluetooth/services/bluetooth_standard/service/src/gatt/ |
| D | gatt_based_services_manager.cpp | 23 GattBasedServicesManager::GattBasedServicesManager(GattServerService &server, utility::Dispatcher &… in GattBasedServicesManager()
|
| D | gatt_server_service.cpp | 654 auto server = GetValidApplication(appId); in DeregisterApplicationImpl() local 681 auto server = GetValidApplication(appId); in AddService() local 702 auto server = GetValidApplicationService(appId, handle); in RemoveService() local 742 auto server = GetValidApplication(appId); in ClearServices() local 837 for (auto &server : servers_) { in CancelConnection() local 876 for (auto &server : servers_) { in OnExchangeMtuEvent() local 892 auto server = servers_.find(appId->second.first); in OnReadCharacteristicValueEvent() local 933 auto server = servers_.find(appId->second.first); in OnWriteCharacteristicEvent() local 971 auto server = servers_.find(appId->second.first); in OnDescriptorReadEvent() local 1007 auto server = servers_.find(appId->second.first); in OnDescriptorWriteEvent() local [all …]
|
| /foundation/communication/netmanager_base/test/dnsresolvermanager/unittest/dns_resolver_manager_test/ |
| D | dns_resolver_manager_test.cpp | 51 std::string server = "www.163.com"; variable
|
| /foundation/multimedia/media_lite/services/player_lite/server/include/ |
| D | player_server.h | 42 static PlayerServer server; in GetInstance() local
|
| /foundation/communication/bluetooth/interfaces/kits/napi/src/ |
| D | napi_bluetooth_spp_server.cpp | 113 std::shared_ptr<NapiSppServer> server = std::make_shared<NapiSppServer>(); in SppListen() local 172 std::shared_ptr<NapiSppServer> server = serverMap[serverSocketNum]; in SppAccept() local 275 std::shared_ptr<NapiSppServer> server = nullptr; in SppCloseServerSocket() local
|
| /foundation/communication/bluetooth/interfaces/innerkits/native_cpp/c_adapter/ |
| D | ohos_bt_spp.cpp | 79 …std::shared_ptr<SppServerSocket> server = std::make_shared<SppServerSocket>(serverName, serverUuid, in SppServerCreate() local 108 std::shared_ptr<SppServerSocket> server = iter->second->serverSocket; in SppServerAccept() local 144 std::shared_ptr<SppServerSocket> server = iter->second->serverSocket; in SppServerClose() local
|
| /foundation/communication/ipc/ipc/test/serializer/ |
| D | Test.json | 12 "server": "NfsServer", string
|