/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/ |
H A D | ui_extension_stability_test.cpp | 90 void WaitUntilProcessCreated(const sptr<UIExtensionConnectModuleTestObserver> &observer);
91 void WaitUntilProcessDied(const sptr<UIExtensionConnectModuleTestObserver> &observer);
92 void CheckProcessNotDied(const sptr<UIExtensionConnectModuleTestObserver> &observer);
93 void WaitUntilAbilityForeground(const sptr<UIExtensionConnectModuleTestObserver> &observer);
94 void WaitUntilAbilityBackground(const sptr<UIExtensionConnectModuleTestObserver> &observer);
96 void RegisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer);
97 void UnregisterApplicationStateObserver(const sptr<IApplicationStateObserver> &observer);
98 static sptr<AppExecFwk::IAppMgr> appMgr_;
101 sptr<AppExecFwk::IAppMgr> UIExtensionStabilityTest::appMgr_ = nullptr;
117 sptr<AppExecFw in SetUpTestCase() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/ |
H A D | ams_ipc_app_mgr_module_test.cpp | 31 using OHOS::sptr; 60 MOCK_METHOD0(GetAmsMgr, sptr<IAmsMgr>()); 77 sptr<MockAppMgrService> mockAppMgr(new MockAppMgrService()); in HWTEST_F() 78 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); in HWTEST_F() 79 sptr<MockApplication> app(new MockApplication()); in HWTEST_F() 99 sptr<MockAppMgrService> mockAppMgr(new MockAppMgrService()); in HWTEST_F() 100 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); in HWTEST_F() 121 sptr<MockAppMgrService> mockAppMgr(new MockAppMgrService()); in HWTEST_F() 122 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); in HWTEST_F() 143 sptr<MockAppMgrServic in HWTEST_F() [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture.cpp | 115 sptr<CameraManager> camManagerObj = CameraManager::GetInstance(); in main() 118 std::vector<sptr<CameraDevice>> cameraObjList = camManagerObj->GetSupportedCameras(); in main() 128 sptr<CaptureSession> captureSession = camManagerObj->CreateCaptureSession(); in main() 134 sptr<CaptureInput> captureInput = camManagerObj->CreateCameraInput(cameraObjList[0]); in main() 139 sptr<CameraInput> cameraInput = (sptr<CameraInput> &)captureInput; in main() 146 sptr<CameraOutputCapability> outputcapability = camManagerObj->GetSupportedOutputCapability(cameraObjList[0]); in main() 206 sptr<IConsumerSurface> photoSurface = IConsumerSurface::Create(); in main() 213 sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PHOTO, in main() 218 photoSurface->RegisterConsumerListener((sptr<IBufferConsumerListene in main() [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service.h | 50 const sptr<IRemoteObject>& displayManagerAgent) override;
52 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override;
57 sptr<DisplayInfo> GetDefaultDisplayInfo() override;
58 sptr<DisplayInfo> GetDisplayInfoById(DisplayId displayId) override;
59 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
60 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
75 DMError RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
77 DMError UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
105 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
106 sptr<ScreenGroupInf [all...] |
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 28 static sptr<BusCenterClientProxy> GetClientProxy(const char *pkgName, int32_t pid) in GetClientProxy() 30 sptr<IRemoteObject> clientObject = SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxy(pkgName, pid); in GetClientProxy() 31 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() 42 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(info->pkgName, info->pid); in ClientOnJoinLNNResult() 57 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnLeaveLNNResult() 67 std::multimap<std::string, sptr<IRemoteObject>> proxyMap; in ClinetOnNodeOnlineStateChanged() 70 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeOnlineStateChanged() 78 std::multimap<std::string, sptr<IRemoteObject>> proxyMap; in ClinetOnNodeBasicInfoChanged() 81 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeBasicInfoChanged() 89 std::multimap<std::string, sptr<IRemoteObjec in ClientOnNodeStatusChanged() [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_lifecycle_test2.cpp | 53 static void SetVisibleForAccessibility(sptr<SceneSession>& sceneSession); 54 int32_t GetTaskCount(sptr<SceneSession>& session); 55 static sptr<SceneSessionManager> ssm_; 60 sptr<SceneSessionManager> SceneSessionManagerLifecycleTest2::ssm_ = nullptr; 95 void SceneSessionManagerLifecycleTest2::SetVisibleForAccessibility(sptr<SceneSession>& sceneSession) in SetVisibleForAccessibility() 104 int32_t SceneSessionManagerLifecycleTest2::GetTaskCount(sptr<SceneSession>& session) in GetTaskCount() 132 sptr<SceneSession> sceneSession = sptr<SceneSession>::MakeSptr(sessionInfo, nullptr); in HWTEST_F() 167 sptr<SceneSession> sceneSession = sptr<SceneSessio in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 87 sptr<IAbilityScheduler> scheduler, sptr<IRemoteObject> token) in AttachAbilityThread() 94 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap &saveData) in AbilityTransitionDone() 102 sptr<IRemoteObject> token, const WindowConfig &windowConfig) in AbilityWindowConfigTransitionDone() 110 sptr<IRemoteObject> token, sptr<IRemoteObject> remoteObject) in ScheduleConnectAbilityDone() 117 ErrCode AbilityManagerClient::ScheduleDisconnectAbilityDone(sptr<IRemoteObject> token) in ScheduleDisconnectAbilityDone() 124 ErrCode AbilityManagerClient::ScheduleCommandAbilityDone(sptr<IRemoteObject> token) in ScheduleCommandAbilityDone() 132 sptr<IRemoteObject> token, in ScheduleCommandAbilityWindowDone() 133 sptr<SessionInf in ScheduleCommandAbilityWindowDone() [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_manager.cpp | 49 void NotifyFocused(uint32_t windowId, const sptr<IRemoteObject>& abilityToken,
51 void NotifyUnfocused(uint32_t windowId, const sptr<IRemoteObject>& abilityToken,
53 void NotifyFocused(const sptr<FocusChangeInfo>& focusChangeInfo);
55 void NotifyUnfocused(const sptr<FocusChangeInfo>& focusChangeInfo);
57 void NotifyAccessibilityWindowInfo(const std::vector<sptr<AccessibilityWindowInfo>>& infos, WindowUpdateType type);
58 void NotifyWindowVisibilityInfoChanged(const std::vector<sptr<WindowVisibilityInfo>>& windowVisibilityInfos);
59 void NotifyWindowDrawingContentInfoChanged(const std::vector<sptr<WindowDrawingContentInfo>>&
65 void NotifyDisplayInfoChanged(const sptr<IRemoteObject>& token, DisplayId displayId,
68 void NotifyWindowPidVisibilityChanged(const sptr<WindowPidVisibilityInfo>& info);
73 sptr<IWMSConnectionChangedListene [all...] |
/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | dataobs_mgr_inner_pref.h | 32 using ObsMapType = std::map<std::string, std::list<sptr<IDataAbilityObserver>>>; 33 using ObsRecipientMapType = std::map<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>; 38 int HandleRegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 39 int HandleUnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 44 void AddObsDeathRecipient(sptr<IDataAbilityObserver> dataObserver); 45 void RemoveObsDeathRecipient(sptr<IRemoteObject> dataObserver); 46 void RemoveObs(sptr<IRemoteObject> dataObserver); 47 bool HaveRegistered(sptr<IDataAbilityObserver> dataObserver);
|
H A D | dataobs_mgr_inner.h | 33 using ObsMapType = std::map<std::string, std::list<sptr<IDataAbilityObserver>>>; 34 using ObsRecipientMapType = std::map<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>>; 39 int HandleRegisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 40 int HandleUnregisterObserver(const Uri &uri, sptr<IDataAbilityObserver> dataObserver); 45 void AddObsDeathRecipient(sptr<IDataAbilityObserver> dataObserver); 46 void RemoveObsDeathRecipient(sptr<IRemoteObject> dataObserver); 47 void RemoveObs(sptr<IRemoteObject> dataObserver); 48 bool HaveRegistered(sptr<IDataAbilityObserver> dataObserver);
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_first_frame_state_observer_manager.h | 30 using AbilityFirstFrameStateObserverMap = std::map<sptr<IAbilityFirstFrameStateObserver>, std::string>; 36 int32_t AddAbilityFirstFrameStateObserver(const sptr<IAbilityFirstFrameStateObserver> &observer, 38 int32_t RemoveAbilityFirstFrameStateObserver(const sptr<IAbilityFirstFrameStateObserver> &observer); 42 void AddObserverDeathRecipient(const sptr<IRemoteBroker> &observer); 43 void RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer); 48 std::map<sptr<IRemoteObject>, sptr<IRemoteObject::DeathRecipient>> recipientMap_; 59 int32_t RegisterAbilityFirstFrameStateObserver(const sptr<IAbilityFirstFrameStateObserver> &observer, 61 int32_t UnregisterAbilityFirstFrameStateObserver(const sptr<IAbilityFirstFrameStateObserver> &observer);
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | hgm_config_callback_manager.h | 29 static sptr<HgmConfigCallbackManager> GetInstance() noexcept; 35 void RegisterHgmConfigChangeCallback(pid_t pid, const sptr<RSIHgmConfigChangeCallback>& callback); 36 void RegisterHgmRefreshRateModeChangeCallback(pid_t pid, const sptr<RSIHgmConfigChangeCallback>& callback); 37 void RegisterHgmRefreshRateUpdateCallback(pid_t pid, const sptr<RSIHgmConfigChangeCallback>& callback); 48 static sptr<HgmConfigCallbackManager> instance_; 49 std::unordered_map<pid_t, sptr<RSIHgmConfigChangeCallback>> animDynamicCfgCallbacks_; 50 std::unordered_map<pid_t, sptr<RSIHgmConfigChangeCallback>> pendingAnimDynamicCfgCallbacks_; 51 std::unordered_map<pid_t, sptr<RSIHgmConfigChangeCallback>> refreshRateModeCallbacks_; 52 std::unordered_map<pid_t, sptr<RSIHgmConfigChangeCallback>> refreshRateUpdateCallbacks_;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connect_hub.h | 25 using OnConnectCallback = std::function<void(sptr<RSIRenderServiceConnection>&)>; 28 static sptr<RSIRenderServiceConnection> GetRenderService(); 39 static sptr<RSRenderServiceConnectHub> GetInstance(); 60 sptr<RSIRenderServiceConnection> GetRenderServiceConnection(); 65 sptr<RSIRenderService> renderService_; 66 sptr<RSIConnectionToken> token_; 67 sptr<RSIRenderServiceConnection> conn_; 68 sptr<IRemoteObject::DeathRecipient> deathRecipient_; 71 static sptr<RSRenderServiceConnectHub> instance_;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/ |
H A D | session_manager.h | 36 sptr<IDeferredPhotoProcessingSession> CreateDeferredPhotoProcessingSession( 37 const int32_t userId, const sptr<IDeferredPhotoProcessingSessionCallback>& callback, 40 sptr<IDeferredPhotoProcessingSessionCallback> GetCallback(const int32_t userId); 41 sptr<IDeferredPhotoProcessingSession> GetDeferredPhotoProcessingSession(); 42 sptr<IDeferredVideoProcessingSession> CreateDeferredVideoProcessingSession(const int32_t userId, 43 const sptr<IDeferredVideoProcessingSessionCallback>& callback); 45 sptr<VideoSessionInfo> GetSessionInfo(const int32_t userId); 51 std::unordered_map<int32_t, sptr<SessionInfo>> photoSessionInfos_; 52 SafeMap<int32_t, sptr<VideoSessionInfo>> videoSessionInfos_;
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | session_container.h | 27 virtual int32_t AddSession(pid_t pid, const std::string& abilityName, sptr<AVSessionItem>& item) = 0; 29 virtual std::vector<sptr<AVSessionItem>> RemoveSession(pid_t pid) = 0; 31 virtual sptr<AVSessionItem> RemoveSession(pid_t pid, const std::string& abilityName) = 0; 33 virtual sptr<AVSessionItem> RemoveSession(const std::string& sessionId) = 0; 35 virtual sptr<AVSessionItem> GetSession(pid_t pid, const std::string& abilityName) = 0; 37 virtual std::vector<sptr<AVSessionItem>> GetSessionsByPid(pid_t pid) = 0; 43 virtual sptr<AVSessionItem> GetSessionById(const std::string& sessionId) = 0; 45 virtual std::vector<sptr<AVSessionItem>> GetAllSessions() = 0; 47 virtual void UpdateSessionSort(sptr<AVSessionItem>& item);
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | vpe_helper.h | 33 static int32_t ColorSpaceConverterComposeImage(int32_t instance, sptr<SurfaceBuffer> &inputSdrImage, 34 sptr<SurfaceBuffer> &inputGainmap, sptr<SurfaceBuffer> &outputHdrImage, bool legacy); 35 static int32_t ColorSpaceConverterDecomposeImage(int32_t instance, sptr<SurfaceBuffer> &inputImage, 36 sptr<SurfaceBuffer> &outputSdrImage, sptr<SurfaceBuffer> &outputGainmap); 37 static int32_t ColorSpaceConverterProcessImage(int32_t instance, sptr<SurfaceBuffer> &inputImage, 38 sptr<SurfaceBuffer> &outputSdrImage); 42 static int32_t MetadataGeneratorProcessImage(int32_t instance, sptr<SurfaceBuffer> &inputImage);
|
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/ |
H A D | net_conn_callback_proxy.h | 27 explicit NetConnCallbackProxy(const sptr<IRemoteObject> &impl); 31 int32_t NetAvailable(sptr<NetHandle> &netHandle) override; 32 int32_t NetCapabilitiesChange(sptr<NetHandle> &netHandle, const sptr<NetAllCapabilities> &netAllCap) override; 33 int32_t NetConnectionPropertiesChange(sptr<NetHandle> &netHandle, const sptr<NetLinkInfo> &info) override; 34 int32_t NetLost(sptr<NetHandle> &netHandle) override; 36 int32_t NetBlockStatusChange(sptr<NetHandle> &netHandle, bool blocked) override; 47 explicit PreAirplaneCallbackProxy(const sptr<IRemoteObject> &impl);
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/ |
H A D | i_netfirewall_service.h | 26 virtual int32_t SetNetFirewallPolicy(const int32_t userId, const sptr<NetFirewallPolicy> &status) = 0; 28 virtual int32_t GetNetFirewallPolicy(const int32_t userId, sptr<NetFirewallPolicy> &status) = 0; 30 virtual int32_t AddNetFirewallRule(const sptr<NetFirewallRule> &rule, int32_t &result) = 0; 32 virtual int32_t UpdateNetFirewallRule(const sptr<NetFirewallRule> &rule) = 0; 36 virtual int32_t GetNetFirewallRules(const int32_t userId, const sptr<RequestParam> &requestParam, 37 sptr<FirewallRulePage> &info) = 0; 39 virtual int32_t GetNetFirewallRule(const int32_t userId, const int32_t ruleId, sptr<NetFirewallRule> &rule) = 0; 41 virtual int32_t GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, 42 sptr<InterceptRecordPage> &info) = 0;
|
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextconnection_fuzzer/ |
H A D | fileaccessextconnection_fuzzer.cpp | 27 bool OnAbilityConnectDoneFuzzTest(sptr<FileAccessExtConnection> conn) in OnAbilityConnectDoneFuzzTest() 30 sptr<IRemoteObject> remoteObject = nullptr; in OnAbilityConnectDoneFuzzTest() 35 bool OnAbilityDisconnectDoneFuzzTest(sptr<FileAccessExtConnection> conn) in OnAbilityDisconnectDoneFuzzTest() 42 bool IsExtAbilityConnectedFuzzTest(sptr<FileAccessExtConnection> conn) in IsExtAbilityConnectedFuzzTest() 48 bool GetFileExtProxyFuzzTest(sptr<FileAccessExtConnection> conn) in GetFileExtProxyFuzzTest() 54 bool ConnectFileExtAbility(sptr<FileAccessExtConnection> conn) in ConnectFileExtAbility() 57 sptr<IRemoteObject> remoteObject = nullptr; in ConnectFileExtAbility() 62 bool DisconnectFileExtAbility(sptr<FileAccessExtConnection> conn) in DisconnectFileExtAbility() 72 auto conn = OHOS::sptr<OHOS::FileAccessFwk::FileAccessExtConnection>(); in LLVMFuzzerTestOneInput()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_layout_policy_tile.h | 36 bool IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) override; 37 void PerformWindowLayout(const sptr<WindowNode>& node, WindowUpdateType type) override; 51 void RefreshTileQueue(DisplayId displayId, std::vector<sptr<WindowNode>>& needMinimizeNodes, 52 std::vector<sptr<WindowNode>>& needRecoverNodes); 53 void PushBackNodeInTileQueue(const sptr<WindowNode>& node, DisplayId displayId); 54 void RemoveNodeFromTileQueue(const sptr<WindowNode>& node); 60 void UpdateLayoutRect(const sptr<WindowNode>& node) override; 61 bool IsWindowAlreadyInTileQueue(const sptr<WindowNode>& node); 66 std::map<DisplayId, std::deque<sptr<WindowNode>>> foregroundNodesMap_;
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_stub.cpp | 231 sptr<IpcRemoteBroker> listener = nullptr; in HWTEST_F() 247 sptr<IpcRemoteBroker> listener = sptr<IpcClientStub>(new IpcClientStub()); in HWTEST_F() 263 sptr<IpcClientStub> listener = sptr<IpcClientStub>(new IpcClientStub()); in HWTEST_F() 281 sptr<IpcClientStub> listener = sptr<IpcClientStub>(new IpcClientStub()); in HWTEST_F() 306 sptr<IpcClientStub> listener = sptr<IpcClientStub>(new IpcClientStub()); in HWTEST_F() 311 sptr<IpcClientStu in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/js_ui_service_proxy_test/ |
H A D | js_ui_service_proxy_test.cpp | 129 bool AddDeathRecipient(const sptr<DeathRecipient>& recipient) in AddDeathRecipient() 134 bool RemoveDeathRecipient(const sptr<DeathRecipient>& recipient) in RemoveDeathRecipient() 139 sptr<IRemoteBroker> AsInterface() in AsInterface() 158 sptr<IRemoteObject> impl = nullptr; in HWTEST_F() 159 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() 175 sptr<IRemoteObject> impl = new IRemoteObjectMocker(); in HWTEST_F() 176 sptr<IRemoteObject> hostProxy = new IRemoteObjectMocker(); in HWTEST_F() 197 sptr<IRemoteObject> impl = nullptr; in HWTEST_F() 198 sptr<IRemoteObject> hostProxy = nullptr; in HWTEST_F() 213 sptr<IRemoteObjec in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | remote_observer_list.h | 33 using DrCallbackFunc = std::function<void(const sptr<T> &observer, Args... args)>; 37 bool Register(const sptr<T> &observer, DrCallbackFunc func, Args... args); 38 bool Deregister(const sptr<T> &observer); 39 void ForEach(const std::function<void(sptr<T>)> &observer); 43 ObserverDeathRecipient(const sptr<T> &observer, RemoteObserverList<T, Args...> *owner); 44 sptr<T> GetObserver() const in GetObserver() 51 sptr<T> observer_ {}; 55 using ObserverMap = std::map<sptr<T>, sptr<ObserverDeathRecipient>>; 62 using BtServerMap = std::map<sptr< [all...] |
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | drm_host_manager.h | 70 typedef int32_t (*SetMediaKeySystemFuncType)(sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystem> &);
85 explicit DrmHostDeathRecipient(const sptr<DrmHostManager>& drmHostManager,
104 int32_t CreateMediaKeySystem(std::string &name, sptr<IMediaKeySystem> &hdiMediaKeySystem);
107 void ReleaseMediaKeySystem(sptr<IMediaKeySystem> &hdiMediaKeySystem);
119 int32_t ProcessLazyLoadInfomation(std::string &name, sptr<IMediaKeySystemFactory> &drmHostServieProxy);
121 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManager> &servmgr);
122 int32_t GetServices(std::string &name, bool *isSurpported, sptr<IMediaKeySystemFactory> &drmHostServieProxys);
126 sptr<IDeviceManager> &deviceMgr, sptr<IServiceManage [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_stub_impl.cpp | 32 auto client = sptr<MediaDataShareStubImpl>(this); in GetFileTypes() 46 auto client = sptr<MediaDataShareStubImpl>(this); in OpenFile() 60 auto client = sptr<MediaDataShareStubImpl>(this); in OpenRawFile() 74 auto client = sptr<MediaDataShareStubImpl>(this); in Insert() 87 auto client = sptr<MediaDataShareStubImpl>(this); in InsertExt() 101 auto client = sptr<MediaDataShareStubImpl>(this); in Update() 114 auto client = sptr<MediaDataShareStubImpl>(this); in Delete() 127 auto client = sptr<MediaDataShareStubImpl>(this); in Query() 140 auto client = sptr<MediaDataShareStubImpl>(this); in GetType() 155 auto client = sptr<MediaDataShareStubImp in BatchInsert() [all...] |