Home
last modified time | relevance | path

Searched defs:server (Results 1 - 25 of 114) sorted by relevance

12345

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_manager_callback.cpp22 BundleManagerCallback::BundleManagerCallback(const std::weak_ptr<BundleDistributedManager> &server) in BundleManagerCallback() argument
31 auto server = server_.lock(); in OnQueryRpcIdFinished() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dservice_center_status_callback.cpp21 ServiceCenterStatusCallback::ServiceCenterStatusCallback(const std::weak_ptr<BundleConnectAbilityMgr> &server) in ServiceCenterStatusCallback() argument
30 auto server = server_.lock(); in OnInstallFinished() local
42 auto server = server_.lock(); in OnDelayedHeartbeat() local
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/
H A Dmock_wfd_source_session.cpp39 void MockWfdSourceSession::SetServer(std::shared_ptr<IServer> server) in SetServer() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_based_services_manager.cpp24 GattBasedServicesManager::GattBasedServicesManager(GattServerService &server, utility::Dispatcher &dispatcher) in GattBasedServicesManager() argument
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_manager.cpp25 void MigrateAVSessionManager::CreateLocalSessionStub(std::string scene, std::shared_ptr<MigrateAVSessionServer> server) in CreateLocalSessionStub() argument
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server_event_receiver.cpp21 PlayerServerCommonEventReceiver::PlayerServerCommonEventReceiver(const std::weak_ptr<PlayerServer>& server) in PlayerServerCommonEventReceiver() argument
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dbase_server.cpp47 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 in OnException() local
[all...]
H A Dbase_server.h44 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer() argument
67 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer() argument
/foundation/ability/ability_runtime/test/unittest/ability_event_handler_test/
H A Dability_event_handler_test.cpp57 std::weak_ptr<AbilityManagerService> server; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Datomic_service_status_callback.cpp31 auto server = server_.lock(); in OnInstallFinished() local
38 auto server = server_.lock(); in OnRemoteInstallFinished() local
23 AtomicServiceStatusCallback( const std::weak_ptr<FreeInstallManager> &server, bool isAsync, int32_t recordId) AtomicServiceStatusCallback() argument
H A Dability_event_handler.cpp83 auto server = server_.lock(); in ProcessLoadTimeOut() local
91 auto server = server_.lock(); in ProcessActiveTimeOut() local
99 auto server = server_.lock(); in ProcessInactiveTimeOut() local
23 AbilityEventHandler( const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &server) AbilityEventHandler() argument
107 auto server = server_.lock(); ProcessForegroundTimeOut() local
115 auto server = server_.lock(); ProcessShareDataTimeOut() local
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/servicecenterstatuscallback_fuzzer/
H A Dservicecenterstatuscallback_fuzzer.cpp42 const std::weak_ptr<BundleConnectAbilityMgr> server; in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Ddps.h38 auto server = DPS_GetCommandServer(); in SendCommandHelp() local
/foundation/multimedia/av_codec/services/services/codeclist/server/
H A Dcodeclist_server.cpp28 std::shared_ptr<CodecListServer> server = std::make_shared<CodecListServer>(); in Create() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H A Ddps.cpp26 std::shared_ptr<CommandServer> server; member
/foundation/multimedia/media_lite/services/player_lite/server/include/
H A Dplayer_server.h41 static PlayerServer server; in GetInstance() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_common.c29 int RpcRegisterEventCallback(RpcServer *server, Context *context) in RpcRegisterEventCallback() argument
56 int RpcUnRegisterEventCallback(RpcServer *server, Context *context) in RpcUnRegisterEventCallback() argument
83 int RpcNotifyClear(RpcServer *server, Context *context) in RpcNotifyClear() argument
99 int RpcGetCommonCmd(RpcServer *server, Context *context) in RpcGetCommonCmd() argument
115 RpcChbaStart(RpcServer *server, Context *context) RpcChbaStart() argument
127 RpcChbaStop(RpcServer *server, Context *context) RpcChbaStop() argument
[all...]
H A Dwifi_hal_crpc_base.c77 int RpcGetName(RpcServer *server, Context *context) in RpcGetName() argument
102 int RpcGetType(RpcServer *server, Context *context) in RpcGetType() argument
H A Dwifi_hal_crpc_supplicant.c21 int RpcStartSupplicant(RpcServer *server, Context *context) in RpcStartSupplicant() argument
33 int RpcStopSupplicant(RpcServer *server, Context *context) in RpcStopSupplicant() argument
45 int RpcConnectSupplicant(RpcServer *server, Context *context) in RpcConnectSupplicant() argument
57 int RpcDisconnectSupplicant(RpcServer *server, Context *context) in RpcDisconnectSupplicant() argument
69 int RpcRequestToSupplicant(RpcServer *server, Context *context) in RpcRequestToSupplicant() argument
97 RpcSetPowerSave(RpcServer *server, Context *context) RpcSetPowerSave() argument
114 RpcWpaSetCountryCode(RpcServer *server, Context *context) RpcWpaSetCountryCode() argument
130 RpcWpaGetCountryCode(RpcServer *server, Context *context) RpcWpaGetCountryCode() argument
[all...]
H A Dmain.c108 RpcServer *server = GetRpcServer(); in SignalExit() local
126 RpcServer *server = CreateRpcServer(rpcSockPath); in main() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_p2p_test.cpp38 RpcServer svr, *server = nullptr; in HWTEST_F() local
49 RpcServer svr, *server = nullptr; in HWTEST_F() local
59 RpcServer svr, *server = nullptr; in HWTEST_F() local
69 RpcServer svr, *server = nullptr; in HWTEST_F() local
79 RpcServer svr, *server = nullptr; in HWTEST_F() local
89 RpcServer svr, *server = nullptr; HWTEST_F() local
99 RpcServer svr, *server = nullptr; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_server.c40 RfcommServerInfo *server = NULL; in RfcommDestroyServerList() local
81 RfcommServerInfo *server = malloc(sizeof(RfcommServerInfo)); RfcommCreateServer() local
103 RfcommRemoveServer(RfcommServerInfo *server) RfcommRemoveServer() argument
127 RfcommServerInfo *server = NULL; RfcommGetServerByScn() local
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlemanagercallback_fuzzer/
H A Dbundlemanagercallback_fuzzer.cpp41 auto server = std::make_shared<BundleDistributedManager>(); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.c69 RpcServer *server = GetRpcServer(); in HalEmitEventCallbackMsg() local
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/
H A Dappmgr_test_service.cpp26 AppMgrEventHandler( const std::shared_ptr<AppExecFwk::EventRunner>& runner, const std::shared_ptr<AbilityManagerService>& server) AppMgrEventHandler() argument

Completed in 12 milliseconds

12345