/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/ |
H A 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()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A 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() 170 int RpcP2pFlush(RpcServer *server, Context *context) in RpcP2pFlush() 194 int RpcP2pSaveConfig(RpcServer *server, Context *context) in RpcP2pSaveConfig() 396 int RpcP2pStopFind(RpcServer *server, Context *context) in RpcP2pStopFind() 443 int RpcP2pConnect(RpcServer *server, Context *context) in RpcP2pConnect() 501 int RpcP2pAddGroup(RpcServer *server, Context *context) in RpcP2pAddGroup() 535 int RpcP2pInvite(RpcServer *server, Context *context) in RpcP2pInvite() 555 int RpcP2pReinvoke(RpcServer *server, Context *context) in RpcP2pReinvoke() [all …]
|
H A 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() 266 int RpcConfigComboModes(RpcServer *server, Context *context) in RpcConfigComboModes() 282 int RpcGetComboModes(RpcServer *server, Context *context) in RpcGetComboModes() [all …]
|
H A 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() 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() 478 int RpcRunCmd(RpcServer *server, Context *context) in RpcRunCmd() [all …]
|
H A 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()
|
H A 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()
|
H A 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 …]
|
H A D | wifi_hal_crpc_base.c | 77 int RpcGetName(RpcServer *server, Context *context) in RpcGetName() 102 int RpcGetType(RpcServer *server, Context *context) in RpcGetType()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/ |
H A D | sa_avcodec_unit_test.cpp | 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 329 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); variable [all …]
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.cpp | 290 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 317 hc_handle server = get_instance(&serverIdentity, HC_CENTRE, &callBack); variable 335 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 353 hc_handle server = get_instance(nullptr, HC_CENTRE, &callBack); variable 371 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 389 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 407 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 425 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 443 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 461 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable [all …]
|
H A D | hichain_receivedata_test.cpp | 154 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 182 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 236 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 280 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 320 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 386 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 428 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 508 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 547 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable 581 hc_handle server = get_instance(&g_server_identity, HC_CENTRE, &callBack); variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A 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
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A 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() 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() 306 int RegisterCallback(RpcServer *server, int event, Context *context) in RegisterCallback() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A 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
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A 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
|
H A 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
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A 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
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/ |
H A D | bundle_manager_callback.cpp | 22 BundleManagerCallback::BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server) in BundleManagerCallback() 31 auto server = server_.lock(); in OnQueryRpcIdFinished() local
|
/ohos5.0/base/startup/init/services/loopevent/socket/ |
H A D | le_socket.c | 45 static int CreatePipeServerSocket_(const char *server, int maxClient, int public) in CreatePipeServerSocket_() 81 static int CreatePipeSocket_(const char *server) in CreatePipeSocket_() 110 static LE_STATUS GetSockaddrFromServer_(const char *server, struct sockaddr_in *addr) in GetSockaddrFromServer_() 125 static int CreateTcpServerSocket_(const char *server, int maxClient) in CreateTcpServerSocket_() 146 static int CreateTcpSocket_(const char *server) in CreateTcpSocket_() 189 int CreateSocket(int flags, const char *server) in CreateSocket() 232 int listenSocket(int fd, uint32_t flags, const char *server) in listenSocket()
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A 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
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | system_manager_proxy_test.cpp | 78 std::string server = "ntp.aliyun.com"; variable 93 std::string server = "ntp.aliyun.com"; variable 110 std::string server = "ntp.aliyun.com"; variable 126 std::string server = ""; variable
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A 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 …]
|
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/ |
H A D | auth_sub_session_test.cpp | 116 AuthSubSession *server; variable 174 AuthSubSession *server; variable 232 AuthSubSession *server; variable 290 AuthSubSession *server; variable 348 AuthSubSession *server; variable 406 AuthSubSession *server; variable 741 static int32_t LoopProcess(AuthSubSession *client, AuthSubSession *server) in LoopProcess() 789 AuthSubSession *server = *serverPtr; in TestMemoryInner() local 828 AuthSubSession *server = nullptr; in TestMemoryException() local
|
/ohos5.0/foundation/ai/ai_engine/services/server/ |
H A D | CMakeLists.txt | 30 add_executable(server target
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | async_buf_read.rs | 32 let server = ylong_runtime::spawn(async move { in sdv_buf_reader_read_until() localVariable 76 let server = ylong_runtime::spawn(async move { in sdv_buf_reader_read_line() localVariable 117 let server = ylong_runtime::spawn(async move { in sdv_buf_reader_split() localVariable 156 let server = ylong_runtime::spawn(async move { in sdv_buf_reader_lines() localVariable 259 let server = ylong_runtime::spawn(async move { in sdv_buf_reader_read() localVariable
|