/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_gamut_test.cpp | 72 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 D | iremote_invoker.h | 62 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 D | net_conn_service_proxy_test.cpp | 57 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 D | softbus_server_proxy_standard.h | 28 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 D | net_policy_service_proxy.h | 29 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 D | napi_ashmem.h | 34 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 D | mock_iremote_invoker.h | 50 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 D | net_stats_service.h | 56 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 D | process_skeleton.h | 54 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 D | test_capi_skeleton.h | 44 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 D | i_net_stats_service.h | 48 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 D | hce_session_stub.h | 37 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 D | nfc_polling_manager.h | 43 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 D | tag_session_stub.h | 66 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 D | wifi_scan_proxy.h | 44 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 D | wifi_hotspot_proxy.h | 28 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 D | netfirewall_intercept_recorder.cpp | 49 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 D | wifi_sa_manager.cpp | 38 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 D | mdns_client_resume.cpp | 86 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 D | app_state_observer.cpp | 27 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 D | netfirewall_common.h | 90 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 D | bundle_mgr_proxy.h | 71 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 D | object_service_impl.h | 32 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 D | datamgr_service_proxy.cpp | 27 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 D | datashare_template.h | 83 sptr<IRemoteObject> token_; 89 sptr<Ashmem> ashmem; 113 sptr<Ashmem> MoveOutAshmem(); 114 void SetAshmem(sptr<Ashmem> ashmem, bool isManaged = false);
|