Home
last modified time | relevance | path

Searched refs:sptr (Results 3001 - 3025 of 11150) sorted by relevance

1...<<121122123124125126127128129130>>...446

/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Dhelper_listener_proxy.h28 explicit HelperListenerCallback(const sptr<IStandardHelperListener> &listener);
35 sptr<IStandardHelperListener> listener_ = nullptr;
40 explicit HelperListenerProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.h32 const std::vector<sptr<OHOS::Telephony::SignalInformation>> &vec) override;
34 void OnNetworkStateUpdated(int32_t slotId, const sptr<OHOS::Telephony::NetworkState> &networkState) override;
36 void OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<OHOS::Telephony::CellInformation>> &vec) override;
/foundation/multimedia/player_framework/services/services/media_data_source/ipc/
H A Dmedia_data_source_proxy.h27 explicit MediaDataCallback(const sptr<IStandardMediaDataSource> &ipcProxy);
38 sptr<IStandardMediaDataSource> callbackProxy_ = nullptr;
43 explicit MediaDataSourceProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_proxy.h28 explicit PlayerListenerCallback(const sptr<IStandardPlayerListener> &listener);
35 sptr<IStandardPlayerListener> listener_ = nullptr;
40 explicit PlayerListenerProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_proxy.h28 explicit RecorderListenerCallback(const sptr<IStandardRecorderListener> &listener);
37 sptr<IStandardRecorderListener> listener_ = nullptr;
42 explicit RecorderListenerProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.h36 int32_t SetDeathListener(const sptr<IRemoteObject> &object);
48 std::map<pid_t, sptr<MediaDeathRecipient>> deathRecipientMap_;
49 std::map<pid_t, sptr<IStandardMediaListener>> mediaListenerMap_;
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.h28 explicit ScreenCaptureListenerCallback(const sptr<IStandardScreenCaptureListener> &listener);
41 sptr<IStandardScreenCaptureListener> listener_ = nullptr;
47 explicit ScreenCaptureListenerProxy(const sptr<IRemoteObject> &impl);
/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Dscreen_capture_monitor_service_stub.h31 static sptr<ScreenCaptureMonitorServiceStub> Create();
35 int32_t SetListenerObject(const sptr<IRemoteObject> &object) override;
53 sptr<ScreenCaptureMonitor::ScreenCaptureMonitorListener> screenCaptureMonitorCallback_ = nullptr;
/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dconcurrent_task_client.h108 sptr<ConcurrentTaskDeathRecipient> recipient_;
109 sptr<IRemoteObject> remoteObject_;
110 sptr<IConcurrentTaskService> clientService_;
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dres_sched_exe_client.h102 sptr<IRemoteObject> remoteObject_;
103 sptr<IResSchedExeService> resSchedExe_;
104 sptr<ResSchedExeDeathRecipient> recipient_;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h27 explicit DeviceParamCollect(const sptr<IReport>& report);
46 void Init(const sptr<DeviceParamCollect>& deviceParamCollect);
48 sptr<DeviceParamCollect> deviceParamCollect_;
/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter_lite.h29 const sptr<IWindowManagerAgent>& windowManagerAgent));
31 const sptr<IWindowManagerAgent>& windowManagerAgent));
43 MOCK_METHOD1(GetAccessibilityWindowInfo, WMError(std::vector<sptr<AccessibilityWindowInfo>>& infos));
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp45 bool IRemoteObject::Marshalling(Parcel &parcel, const sptr<IRemoteObject> &object) in Marshalling()
55 sptr<IRemoteObject> IRemoteObject::Unmarshalling(Parcel &parcel) in Unmarshalling()
70 sptr<IRemoteBroker> IRemoteObject::AsInterface() in AsInterface()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Droute_test.cpp62 sptr<Route> route = new (std::nothrow) Route(); in HWTEST_F()
67 sptr<Route> retRoute = Route::Unmarshalling(data); in HWTEST_F()
80 sptr<Route> info = new (std::nothrow) Route(); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H A Droute_test.cpp62 sptr<Route> route = new (std::nothrow) Route(); in HWTEST_F()
67 sptr<Route> retRoute = Route::Unmarshalling(data); in HWTEST_F()
80 sptr<Route> info = new (std::nothrow) Route(); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_holder.h31 sptr<IRemoteObject> Get();
32 void Set(sptr<IRemoteObject> object);
73 sptr<IRemoteObject> sptrCachedObject_;
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/
H A Dvpn_config.h46 static sptr<VpnConfig> Unmarshalling(Parcel &parcel);
47 static bool UnmarshallingVpnConfig(Parcel &parcel, sptr<VpnConfig> config);
48 static bool UnmarshallingAddrRoute(Parcel &parcel, sptr<VpnConfig> &config);
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_default_rule_parser.h36 static bool GetDefaultRules(std::vector<sptr<NetFirewallRule>> &ruleList);
44 static void ConvertFirewallRuleToConfig(sptr<NetFirewallRule> &rule, const cJSON * const mem);
131 static void ParseListObject(sptr<NetFirewallRule> &rule, const cJSON * const mem);
/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/
H A Dnfccontroller_fuzzer.cpp38 OHOS::sptr<OHOS::IRemoteObject> AsObject() override
57 sptr<INfcControllerCallbackImpl> iNfcControllerCallbackImpl = in FuzzRegListener()
58 sptr<INfcControllerCallbackImpl>(new (std::nothrow) INfcControllerCallbackImpl()); in FuzzRegListener()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dnetworkshare_service_proxy.h28 explicit NetworkShareServiceProxy(const sptr<IRemoteObject> &impl);
39 int32_t RegisterSharingEvent(sptr<ISharingEventCallback> callback) override;
40 int32_t UnregisterSharingEvent(sptr<ISharingEventCallback> callback) override;
/foundation/communication/netmanager_ext/services/vpnmanager/src/ipc/
H A Dvpn_event_callback_proxy.cpp24 VpnEventCallbackProxy::VpnEventCallbackProxy(const sptr<IRemoteObject> &object) in VpnEventCallbackProxy()
42 sptr<IRemoteObject> remote = Remote(); in OnVpnStateChanged()
65 sptr<IRemoteObject> remote = Remote(); in OnVpnMultiUserSetUp()
/foundation/communication/nfc/services/src/card_emulation/
H A Dsetting_data_share_impl.h32 KITS::ErrorCode RegisterDataObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver);
33 KITS::ErrorCode ReleaseDataObserver(const Uri &uri, const sptr<AAFwk::IDataAbilityObserver> &dataObserver);
43 sptr<IRemoteObject> remoteObj_;
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dikvstore_data_service.cpp24 DataShareKvServiceProxy::DataShareKvServiceProxy(const sptr<IRemoteObject> &impl) in DataShareKvServiceProxy()
30 sptr<IRemoteObject> DataShareKvServiceProxy::GetFeatureInterface(const std::string &name) in GetFeatureInterface()
58 uint32_t DataShareKvServiceProxy::RegisterClientDeathObserver(const std::string &appId, sptr<IRemoteObject> observer) in RegisterClientDeathObserver()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/
H A Dsourceproxyregisterdistributedhardware_fuzzer.cpp45 sptr<ISystemAbilityManager> samgr = in SourceProxyRegisterDistributedHardwareFuzzTest()
47 sptr<IRemoteObject> remoteObject = samgr->GetSystemAbility(DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID); in SourceProxyRegisterDistributedHardwareFuzzTest()
50 sptr<IDCameraSourceCallback> callback(new DCameraSourceCallback()); in SourceProxyRegisterDistributedHardwareFuzzTest()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_manager_impl.h75 explicit RdbStoreDataServiceProxy(const sptr<IRemoteObject> &impl);
77 sptr<IRemoteObject> GetFeatureInterface(const std::string &name) override;
78 int32_t RegisterDeathObserver(const std::string &bundleName, sptr<IRemoteObject> observer) override;

Completed in 11 milliseconds

1...<<121122123124125126127128129130>>...446