/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() argument 31 auto server = server_.lock(); in OnQueryRpcIdFinished() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | service_center_status_callback.cpp | 21 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 D | mock_wfd_source_session.cpp | 39 void MockWfdSourceSession::SetServer(std::shared_ptr<IServer> server) in SetServer() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_based_services_manager.cpp | 24 GattBasedServicesManager::GattBasedServicesManager(GattServerService &server, utility::Dispatcher &dispatcher) in GattBasedServicesManager() argument
|
/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_manager.cpp | 25 void MigrateAVSessionManager::CreateLocalSessionStub(std::string scene, std::shared_ptr<MigrateAVSessionServer> server)
in CreateLocalSessionStub() argument
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_event_receiver.cpp | 21 PlayerServerCommonEventReceiver::PlayerServerCommonEventReceiver(const std::weak_ptr<PlayerServer>& server) in PlayerServerCommonEventReceiver() argument
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A 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 in OnException() local [all...] |
H A D | base_server.h | 44 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 D | ability_event_handler_test.cpp | 57 std::weak_ptr<AbilityManagerService> server;
in HWTEST_F() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | atomic_service_status_callback.cpp | 31 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 D | ability_event_handler.cpp | 83 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 D | servicecenterstatuscallback_fuzzer.cpp | 42 const std::weak_ptr<BundleConnectAbilityMgr> server;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/ |
H A D | dps.h | 38 auto server = DPS_GetCommandServer(); in SendCommandHelp() local
|
/foundation/multimedia/av_codec/services/services/codeclist/server/ |
H A D | codeclist_server.cpp | 28 std::shared_ptr<CodecListServer> server = std::make_shared<CodecListServer>(); in Create() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/ |
H A D | dps.cpp | 26 std::shared_ptr<CommandServer> server; member
|
/foundation/multimedia/media_lite/services/player_lite/server/include/ |
H A D | player_server.h | 41 static PlayerServer server;
in GetInstance() local
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_crpc_common.c | 29 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 D | wifi_hal_crpc_base.c | 77 int RpcGetName(RpcServer *server, Context *context) in RpcGetName() argument 102 int RpcGetType(RpcServer *server, Context *context) in RpcGetType() argument
|
H A D | wifi_hal_crpc_supplicant.c | 21 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 D | main.c | 108 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 D | wifi_hal_crpc_p2p_test.cpp | 38 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 D | rfcomm_server.c | 40 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 D | bundlemanagercallback_fuzzer.cpp | 41 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 D | wifi_common_hal.c | 69 RpcServer *server = GetRpcServer(); in HalEmitEventCallbackMsg() local
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/ |
H A D | appmgr_test_service.cpp | 26 AppMgrEventHandler( const std::shared_ptr<AppExecFwk::EventRunner>& runner, const std::shared_ptr<AbilityManagerService>& server) AppMgrEventHandler() argument
|