Home
last modified time | relevance | path

Searched refs:sptr (Results 2626 - 2650 of 8057) sorted by relevance

1...<<101102103104105106107108109110>>...323

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_gamut_test.cpp72 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_); in HWTEST_F()
91 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_); in HWTEST_F()
116 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_); in HWTEST_F()
150 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h62 virtual bool SetRegistryObject(sptr<IRemoteObject> &object) = 0;
90 virtual sptr<IRemoteObject> UnflattenObject(Parcel &parcel) = 0;
103 virtual sptr<IRemoteObject> GetSAMgrObject() = 0;
105 virtual int TranslateIRemoteObject(int32_t cmd, const sptr<IRemoteObject> &obj) = 0;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_proxy_test.cpp57 bool AddDeathRecipient(const sptr<DeathRecipient> &recipient) override
62 bool RemoveDeathRecipient(const sptr<DeathRecipient> &recipient) override
72 sptr<IRemoteBroker> AsInterface() override
104 static inline sptr<MockNetIRemoteObject> remoteObj_ = std::make_unique<MockNetIRemoteObject>().release();
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h28 explicit SoftBusServerProxyFrame(const sptr<IRemoteObject> &impl) in SoftBusServerProxyFrame()
32 int32_t SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject> &object) override;
67 static sptr<IRemoteObject> clientCallbackStub_;
70 static sptr<IRemoteObject> GetRemoteInstance();
/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/
H A Dnet_policy_service_proxy.h29 explicit NetPolicyServiceProxy(const sptr<IRemoteObject> &impl);
36 int32_t RegisterNetPolicyCallback(const sptr<INetPolicyCallback> &callback) override;
37 int32_t UnregisterNetPolicyCallback(const sptr<INetPolicyCallback> &callback) override;
60 int32_t SendRequest(sptr<IRemoteObject> &remote, uint32_t code, MessageParcel &data, MessageParcel &reply,
/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_ashmem.h34 explicit NAPIAshmem(sptr<Ashmem> &ashmem);
37 const sptr<Ashmem> &GetAshmem() in GetAshmem()
41 void SetAshmem(sptr<Ashmem> &ashmem) in SetAshmem()
75 sptr<Ashmem> ashmem_;
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h50 MOCK_METHOD1(SetRegistryObject, bool(sptr<IRemoteObject> &object));
65 MOCK_METHOD1(UnflattenObject, sptr<IRemoteObject>(Parcel &parcel));
73 MOCK_METHOD0(GetSAMgrObject, sptr<IRemoteObject>());
74 MOCK_METHOD2(TranslateIRemoteObject, int(int32_t cmd, const sptr<IRemoteObject> &obj));
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h56 const sptr<NetStatsNetwork> &network) override;
58 const sptr<NetStatsNetwork> &network) override;
60 int32_t RegisterNetStatsCallback(const sptr<INetStatsCallback> &callback) override;
61 int32_t UnregisterNetStatsCallback(const sptr<INetStatsCallback> &callback) override;
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h54 sptr<IRemoteObject> GetRegistryObject();
55 void SetRegistryObject(sptr<IRemoteObject> &object);
60 sptr<IRemoteObject> QueryObject(const std::u16string &descriptor, bool lockFlag);
99 sptr<IRemoteObject> registryObject_ = nullptr;
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h44 explicit NativeRemoteBase(const sptr<ITestService> &testService);
56 sptr<ITestService> testService_;
61 explicit NativeRemoteProxyTest(const sptr<ITestService> &testService);
97 explicit NativeRemoteStubTest(const sptr<ITestService> &testService);
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Di_net_stats_service.h48 const sptr<NetStatsNetwork> &network) = 0;
50 const sptr<NetStatsNetwork> &network) = 0;
52 virtual int32_t RegisterNetStatsCallback(const sptr<INetStatsCallback> &callback) = 0;
53 virtual int32_t UnregisterNetStatsCallback(const sptr<INetStatsCallback> &callback) = 0;
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.h37 virtual KITS::ErrorCode RegHceCmdCallbackByToken(const sptr<KITS::IHceCmdCallback>& callback,
69 KITS::ErrorCode RegHceCmdCallback(const sptr<KITS::IHceCmdCallback>& callback,
77 sptr<KITS::IHceCmdCallback> hceCmdCallback_;
78 sptr<IRemoteObject::DeathRecipient> deathRecipient_{nullptr};
/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h43 sptr<KITS::IForegroundCallback> callback_ = nullptr;
52 sptr<KITS::IReaderModeCallback> callback_ = nullptr;
67 const sptr<KITS::IForegroundCallback> &callback);
75 const sptr<KITS::IReaderModeCallback> &callback);
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session_stub.h66 sptr<KITS::IForegroundCallback> foregroundCallback_;
67 sptr<KITS::IReaderModeCallback> readerModeCallback_;
68 sptr<IRemoteObject::DeathRecipient> foregroundDeathRecipient_ {nullptr};
69 sptr<IRemoteObject::DeathRecipient> readerModeDeathRecipient_ {nullptr};
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.h44 explicit WifiScanProxy(const sptr<IRemoteObject> &remote);
93 virtual ErrCode RegisterCallBack(const sptr<IWifiScanCallback> &callback,
162 sptr<IRemoteObject> remote_ = nullptr;
164 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr;
H A Dwifi_hotspot_proxy.h28 explicit WifiHotspotProxy(const sptr<IRemoteObject> &impl);
159 ErrCode RegisterCallBack(const sptr<IWifiHotspotCallback> &callback,
232 sptr<IRemoteObject> remote_ = nullptr;
234 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr;
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_intercept_recorder.cpp49 int32_t NetFirewallInterceptRecorder::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords()
50 sptr<InterceptRecordPage> &info) in GetInterceptRecords()
83 void NetFirewallInterceptRecorder::PutRecordCache(sptr<InterceptRecord> record) in PutRecordCache()
121 int32_t NetFirewallInterceptRecorder::FirewallCallback::OnIntercept(sptr<InterceptRecord> &record) in OnIntercept()
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_sa_manager.cpp38 sptr<ISystemAbilityManager> samgr = in LoadWifiSa()
49 sptr<WifiSaLoadCallback> loadCallback = new (std::nothrow) WifiSaLoadCallback(); in LoadWifiSa()
85 sptr<ISystemAbilityManager> samgr = in UnloadWifiSa()
115 int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_client_resume.cpp86 int32_t MDnsClientResume::SaveRegisterService(const MDnsServiceInfo &serviceInfo, const sptr<IRegistrationCallback> &cb) in SaveRegisterService()
95 int32_t MDnsClientResume::RemoveRegisterService(const sptr<IRegistrationCallback> &cb) in RemoveRegisterService()
107 int32_t MDnsClientResume::SaveStartDiscoverService(const std::string &serviceType, const sptr<IDiscoveryCallback> &cb) in SaveStartDiscoverService()
123 int32_t MDnsClientResume::RemoveStopDiscoverService(const sptr<IDiscoveryCallback> &cb) in RemoveStopDiscoverService()
/foundation/communication/nfc/services/src/utils/
H A Dapp_state_observer.cpp27 sptr<AppExecFwk::IAppMgr> appMgrProxy_ {nullptr};
28 sptr<AppMgrDeathRecipient> appMgrDeathRecipient_(new (std::nothrow) AppMgrDeathRecipient());
93 sptr<ISystemAbilityManager> systemAbilityManager = in Connect()
100 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(APP_MGR_SERVICE_ID); in Connect()
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_common.h90 static sptr<NetFirewallPolicy> Unmarshalling(Parcel &parcel);
101 static sptr<RequestParam> Unmarshalling(Parcel &parcel);
111 static sptr<FirewallRulePage> Unmarshalling(Parcel &parcel);
121 static sptr<InterceptRecordPage> Unmarshalling(Parcel &parcel);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h71 sptr<IRemoteObject> CheckBMS();
89 sptr<AppExecFwk::BundleMgrProxy> GetBundleMgrProxy();
95 sptr<IRemoteObject> proxy_;
96 sptr<BundleMgrProxy::ServiceDeathRecipient> deathRecipient_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h32 sptr<IRemoteObject> callback) override;
34 const std::string &bundleName, const std::string &sessionId, sptr<IRemoteObject> callback) override;
36 sptr<IRemoteObject> callback) override;
38 sptr<IRemoteObject> callback) override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Ddatamgr_service_proxy.cpp27 DataMgrServiceProxy::DataMgrServiceProxy(const sptr<IRemoteObject> &impl) in DataMgrServiceProxy()
33 sptr<IRemoteObject> DataMgrServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface()
56 sptr<IRemoteObject> remoteObject; in GetFeatureInterface()
64 Status DataMgrServiceProxy::RegisterClientDeathObserver(const AppId &appId, sptr<IRemoteObject> observer) in RegisterClientDeathObserver()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_template.h83 sptr<IRemoteObject> token_;
89 sptr<Ashmem> ashmem;
113 sptr<Ashmem> MoveOutAshmem();
114 void SetAshmem(sptr<Ashmem> ashmem, bool isManaged = false);

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...323