/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/ |
H A D | ability_context_impl.h | 86 const sptr<AbilityConnectCallback> &connectCallback) override; 88 const sptr<AbilityConnectCallback> &connectCallback) override; 90 const sptr<AbilityConnectCallback>& connectCallback) override; 91 void DisconnectAbility(const AAFwk::Want &want, const sptr<AbilityConnectCallback> &connectCallback, 107 sptr<IRemoteObject> GetToken() override; 125 void SetToken(const sptr<IRemoteObject> &token) override 228 ErrCode AddFreeInstallObserver(const sptr<AbilityRuntime::IFreeInstallObserver> &observer) override; 299 sptr<IRemoteObject> token_ = nullptr; 318 sptr<IRemoteObject> GetSessionToken();
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_context.cpp | 98 sptr<AAFwk::SessionInfo> sessionInfo = sptr<AAFwk::SessionInfo>::MakeSptr(); in TerminateAbility() 165 bool AbilityContext::ConnectAbility(const Want &want, const sptr<AAFwk::IAbilityConnection> &conn) in ConnectAbility() 193 ErrCode AbilityContext::DisconnectAbility(const sptr<AAFwk::IAbilityConnection> &conn) in DisconnectAbility() 231 sptr<IRemoteObject> AbilityContext::GetToken() in GetToken() 304 sptr<IRemoteObject> remoteObject = sptr<AbilityRuntime::AuthorizationResult>::MakeSptr(std::move(task)); in RequestPermissionsFromUser() 327 sptr<IRemoteObject> AbilityContext::GetSessionToken() in GetSessionToken() 333 int32_t AbilityContext::AddFreeInstallObserver(const sptr<AbilityRuntime::IFreeInstallObserver> &observer) in AddFreeInstallObserver()
|
/foundation/ability/ability_runtime/test/unittest/service_extension_context_test/ |
H A D | service_extension_context_test.cpp | 161 sptr<AbilityConnectCallback> connectCallback;
in HWTEST_F() 250 sptr<AbilityConnectCallback> connectCallback;
in HWTEST_F() 268 sptr<AbilityConnectCallback> connectCallback;
in HWTEST_F() 329 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F() 350 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F() 373 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F() 396 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F() 419 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F() 469 sptr<AAFwk::AbilityManagerStubTestMock> mock = new AAFwk::AbilityManagerStubTestMock();
in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_state_item.cpp | 67 bool AddConnection(sptr<IRemoteObject> connection) in AddConnection() 80 bool RemoveConnection(sptr<IRemoteObject> connection) in RemoveConnection() 109 std::set<sptr<IRemoteObject>> connections_; // remote object of IAbilityConnection 204 CallerInfo(bool isNotHap, int32_t callerPid, const sptr<IRemoteObject> &callerToken) in CallerInfo() 217 sptr<IRemoteObject> GetCallerToken() const in GetCallerToken() 225 sptr<IRemoteObject> callerToken_ = nullptr; 276 sptr<IRemoteObject> connectionObj = record->GetConnection(); in AddConnection() 320 sptr<IRemoteObject> connectionObj = record->GetConnection(); in RemoveConnection() 420 bool ConnectionStateItem::HandleDataAbilityDied(const sptr<IRemoteObject> &token, in HandleDataAbilityDied()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.h | 140 static void ConvertDeviceInfoToAudioDeviceDescriptor(sptr<AudioDeviceDescriptor> audioDeviceDescriptor, 152 const std::vector<sptr<AudioDeviceDescriptor>> &deviceDescriptors, napi_value &result); 171 static napi_status SetMicrophoneDescriptor(const napi_env &env, const sptr<MicrophoneDescriptor> &micDesc, 174 const std::vector<sptr<MicrophoneDescriptor>> &micDescs, napi_value &result); 180 const std::vector<sptr<VolumeGroupInfo>> &volumeGroupInfos, napi_value &result); 183 static napi_status GetAudioDeviceDescriptor(const napi_env &env, sptr<AudioDeviceDescriptor> &selectedAudioDevice, 186 std::vector<sptr<AudioDeviceDescriptor>> &deviceDescriptorsVector, bool &argTransFlag, napi_value in); 187 static napi_status GetAudioCapturerFilter(const napi_env &env, sptr<AudioCapturerFilter> &audioCapturerFilter, 190 static napi_status GetAudioRendererFilter(const napi_env &env, sptr<AudioRendererFilter> &audioRendererFilter,
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_callback_proxy.cpp | 28 int32_t AudioPolicyProxy::SetAudioInterruptCallback(const uint32_t sessionID, const sptr<IRemoteObject> &object, in SetAudioInterruptCallback() 70 int32_t AudioPolicyProxy::SetAudioManagerInterruptCallback(const int32_t clientId, const sptr<IRemoteObject> &object) in SetAudioManagerInterruptCallback() 109 int32_t AudioPolicyProxy::SetQueryClientTypeCallback(const sptr<IRemoteObject> &object) in SetQueryClientTypeCallback() 129 const sptr<IRemoteObject> &object) in SetAvailableDeviceChangeCallback() 174 const sptr<IRemoteObject> &object) in SetAudioConcurrencyCallback() 211 int32_t AudioPolicyProxy::SetDistributedRoutingRoleCallback(const sptr<IRemoteObject> &object) in SetDistributedRoutingRoleCallback() 261 int32_t AudioPolicyProxy::RegisterPolicyCallbackClient(const sptr<IRemoteObject> &object, const int32_t zoneID) in RegisterPolicyCallbackClient() 279 int32_t AudioPolicyProxy::SetAudioDeviceRefinerCallback(const sptr<IRemoteObject> &object) in SetAudioDeviceRefinerCallback() 314 const StreamUsage streamUsage, const sptr<IRemoteObject> &object) in RegisterSpatializationStateEventListener()
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 37 sptr<VSyncReceiver> g_receiver = nullptr; 43 sptr<VSyncController> vsyncController = new VSyncController(generator, 0); in Run() 44 sptr<VSyncDistributor> vsyncDistributor = new VSyncDistributor(vsyncController, "HelloComposer"); in Run() 45 sptr<VSyncConnection> vsyncConnection = new VSyncConnection(vsyncDistributor, "HelloComposer"); in Run() 108 sptr<Surface> &surface, const struct PrepareCompleteParam ¶m, void* data) in OnPrepareCompleted() 285 sptr<SyncFence> tempFence = new SyncFence(releaseFence); in Draw() 448 void HelloComposer::DoPrepareCompleted(sptr<Surface> surface, const struct PrepareCompleteParam ¶m) in DoPrepareCompleted() 464 sptr<SurfaceBuffer> fbBuffer = nullptr; in DoPrepareCompleted() 471 sptr<SyncFence> tempFence = new SyncFence(releaseFence); in DoPrepareCompleted()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_surface_render_params.h | 390 void SetBuffer(const sptr<SurfaceBuffer>& buffer, const Rect& damageRect) override; 391 sptr<SurfaceBuffer> GetBuffer() const override; 392 void SetPreBuffer(const sptr<SurfaceBuffer>& preBuffer) override; 393 sptr<SurfaceBuffer> GetPreBuffer() override; 394 void SetAcquireFence(const sptr<SyncFence>& acquireFence) override; 395 sptr<SyncFence> GetAcquireFence() const override; 555 sptr<SurfaceBuffer> buffer_ = nullptr; 556 sptr<SurfaceBuffer> preBuffer_ = nullptr; 557 sptr<SyncFence> acquireFence_ = SyncFence::InvalidFence();
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 86 void SurfaceImage::UpdateSurfaceInfo(uint32_t seqNum, sptr<SurfaceBuffer> buffer, const sptr<SyncFence> &acquireFence, in UpdateSurfaceInfo() 126 sptr<SurfaceBuffer> buffer = nullptr; in UpdateSurfaceImage() 127 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in UpdateSurfaceImage() 250 EGLImageKHR SurfaceImage::CreateEGLImage(EGLDisplay disp, const sptr<SurfaceBuffer>& buffer) in CreateEGLImage() 252 sptr<SurfaceBuffer> bufferImpl = buffer; in CreateEGLImage() 320 SurfaceError SurfaceImage::UpdateEGLImageAndTexture(const sptr<SurfaceBuffer>& buffer) in UpdateEGLImageAndTexture() 420 sptr<SurfaceBuffer> buffer = nullptr; in AcquireNativeWindowBuffer() 421 sptr<SyncFence> acquireFence = SyncFence::InvalidFence(); in AcquireNativeWindowBuffer()
|
/foundation/multimedia/media_foundation/tests/unittest/avbuffer_queue/ |
H A D | avbuffer_queue_func_unit_test.cpp | 45 sptr<IRemoteObject> AsObject() override 135 sptr<IConsumerListener> listener = new ConsumerListener(); in HWTEST_F() 277 sptr<IBrokerListener> listener = new BrokerListener(); in HWTEST_F() 297 sptr<IBrokerListener> listener = new BrokerListener(); in HWTEST_F() 309 sptr<IConsumerListener> listener = new ConsumerListener(); in HWTEST_F() 353 sptr<IBrokerListener> listener1 = new BrokerListener(); in HWTEST_F() 354 sptr<IBrokerListener> listener2 = new BrokerListener(); in HWTEST_F() 355 sptr<IBrokerListener> listener3 = new BrokerListener(); in HWTEST_F() 380 sptr<IConsumerListener> listener = new ConsumerListener(); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_stub.cpp | 87 sptr avCallMetaData = data.ReadParcelable<AVCallMetaData>(); in HandleSetAVCallMetaData() 101 sptr avCallState = data.ReadParcelable<AVCallState>(); in HandleSetAVCallState() 125 sptr avPlaybackState = data.ReadParcelable<AVPlaybackState>(); in HandleSetAVPlaybackState() 162 sptr avMetaData = data.ReadParcelable<AVMetaData>(); in HandleSetAVMetaData() 195 sptr want = data.ReadParcelable<AbilityRuntime::WantAgent::WantAgent>(); in HandleSetLaunchAbility() 299 sptr extrasWant = data.ReadParcelable<AAFwk::WantParams>(); in HandleSetExtras() 310 sptr<IRemoteObject> controller = GetControllerInner(); in HandleGetController() 323 sptr<IRemoteObject> castController = GetAVCastControllerInner(); in HandleGetAVCastController() 371 sptr want = data.ReadParcelable<AAFwk::WantParams>(); in HandleSetSessionEvent()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_input.cpp | 96 CameraInput::CameraInput(sptr<ICameraDeviceService> &deviceObj, in CameraInput() 97 sptr<CameraDevice> &cameraObj) : deviceObj_(deviceObj), cameraObj_(cameraObj) in CameraInput() 114 sptr<IRemoteObject> object = deviceObj->AsObject(); in InitCameraInput() 270 void CameraInput::SetCameraDeviceInfo(sptr<CameraDevice> cameraObj) in SetCameraDeviceInfo() 325 sptr<ICameraDeviceService> CameraInput::GetCameraDevice() in GetCameraDevice() 331 void CameraInput::SetCameraDevice(sptr<ICameraDeviceService> deviceObj) in SetCameraDevice() 357 sptr<CameraDevice> CameraInput::GetCameraDeviceInfo() in GetCameraDeviceInfo() 465 void CameraInput::SwitchCameraDevice(sptr<ICameraDeviceService> &deviceObj, sptr<CameraDevice> &cameraObj) in SwitchCameraDevice()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcapture_session_proxy.cpp | 23 HCaptureSessionProxy::HCaptureSessionProxy(const sptr<IRemoteObject> &impl) in HCaptureSessionProxy() 42 int32_t HCaptureSessionProxy::CanAddInput(sptr<ICameraDeviceService> cameraDevice, bool& result) in CanAddInput() 68 int32_t HCaptureSessionProxy::AddInput(sptr<ICameraDeviceService> cameraDevice) in AddInput() 91 int32_t HCaptureSessionProxy::AddOutput(StreamType streamType, sptr<IStreamCommon> stream) in AddOutput() 115 int32_t HCaptureSessionProxy::RemoveInput(sptr<ICameraDeviceService> cameraDevice) in RemoveInput() 138 int32_t HCaptureSessionProxy::RemoveOutput(StreamType streamType, sptr<IStreamCommon> stream) in RemoveOutput() 226 int32_t HCaptureSessionProxy::SetCallback(sptr<ICaptureSessionCallback> &callback) in SetCallback() 363 int32_t HCaptureSessionProxy::CreateMediaLibrary(sptr<CameraPhotoProxy> &photoProxy, in CreateMediaLibrary() 386 sptr<CameraPhotoProxy> &photoProxy, std::string &uri, int32_t &cameraShotType, in CreateMediaLibrary()
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | video_encoder.cpp | 96 sptr<Surface> surface = SurfaceUtils::GetInstance()->GetSurface(surfaceId); in GetSurface() 104 int32_t VideoEncoder::ReleaseSurfaceBuffer(sptr<FrameRecord> frameRecord) in ReleaseSurfaceBuffer() 109 sptr<SyncFence> syncFence = SyncFence::INVALID_FENCE; in ReleaseSurfaceBuffer() 118 sptr<SurfaceBuffer> releaseBuffer; in ReleaseSurfaceBuffer() 147 int32_t VideoEncoder::PushInputData(sptr<CodecAVBufferInfo> info) in PushInputData() 206 bool VideoEncoder::EnqueueBuffer(sptr<FrameRecord> frameRecord, int32_t keyFrameInterval) in EnqueueBuffer() 218 sptr<SurfaceBuffer> buffer = frameRecord->GetSurfaceBuffer(); in EnqueueBuffer() 246 bool VideoEncoder::EncodeSurfaceBuffer(sptr<FrameRecord> frameRecord) in EncodeSurfaceBuffer() 263 sptr<CodecAVBufferInfo> bufferInfo = context_->outputBufferInfoQueue_.front(); in EncodeSurfaceBuffer()
|
/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 24 MediaKeySessionImpl::MediaKeySessionImpl(sptr<IMediaKeySessionService> &keySession)
in MediaKeySessionImpl() 30 sptr<IRemoteObject> object = keySessionServiceProxy_->AsObject();
in MediaKeySessionImpl() 56 sptr<IRemoteObject> object = listenerStub_->AsObject();
in CreateListenerObject() 91 sptr<IRemoteObject> object = keySessionServiceProxy_->AsObject();
in Release() 276 sptr<IMediaKeySessionService> MediaKeySessionImpl::GetMediaKeySessionServiceProxy()
in GetMediaKeySessionServiceProxy() 286 sptr<MediaKeySessionImplCallback> MediaKeySessionImpl::GetApplicationCallback()
in GetApplicationCallback() 293 int32_t MediaKeySessionImpl::SetCallback(const sptr<MediaKeySessionImplCallback> &callback)
in SetCallback() 348 sptr<MediaKeySessionImplCallback> applicationCallback = keySessionImpl_->GetApplicationCallback();
in SendEvent() 364 sptr<MediaKeySessionImplCallback> callback = keySessionImpl_->GetApplicationCallback();
in SendEventKeyChanged()
|
/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/ |
H A D | js_embeddable_window_stage.cpp | 28 JsEmbeddableWindowStage::JsEmbeddableWindowStage(sptr<Rosen::Window> window, sptr<AAFwk::SessionInfo> sessionInfo) in JsEmbeddableWindowStage() 176 sptr<Window> windowImpl = windowExtensionSessionImpl_; in OnEvent() 218 sptr<Window> windowImpl = windowExtensionSessionImpl_; in OffEvent() 263 sptr<Window> windowImpl, napi_env env, NapiAsyncTask& task, sptr<IRemoteObject> parentToken, in LoadContentTask() 318 sptr<IRemoteObject> parentToken = sessionInfo_->parentToken; in OnLoadContent() 335 napi_value JsEmbeddableWindowStage::CreateJsEmbeddableWindowStage(napi_env env, sptr<Rosen::Window> window, in CreateJsEmbeddableWindowStage() 336 sptr<AAFwk::SessionInfo> sessionInfo) in CreateJsEmbeddableWindowStage()
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 560 int32_t RegisterCallback(sptr<NetsysControllerCallback> callback) override; 754 const sptr<OHOS::NetsysNative::INetDiagCallback> &callback) override; 817 int32_t RegisterDnsResultCallback(const sptr<OHOS::NetManagerStandard::NetsysDnsReportCallback> &callback, 827 const sptr<OHOS::NetManagerStandard::NetsysDnsReportCallback> &callback) override; 835 int32_t RegisterDnsHealthCallback(const sptr<OHOS::NetsysNative::INetDnsHealthCallback> &callback) override; 843 int32_t UnregisterDnsHealthCallback(const sptr<OHOS::NetsysNative::INetDnsHealthCallback> &callback) override; 868 int32_t SetFirewallRules(NetFirewallRuleType type, const std::vector<sptr<NetFirewallBaseRule>> &ruleList, 902 int32_t RegisterNetFirewallCallback(const sptr<NetsysNative::INetFirewallCallback> &callback) override; 910 int32_t UnRegisterNetFirewallCallback(const sptr<NetsysNative::INetFirewallCallback> &callback) override;
|
H A D | i_netsys_controller_service.h | 589 virtual int32_t RegisterCallback(sptr<NetsysControllerCallback> callback) = 0; 783 const sptr<OHOS::NetsysNative::INetDiagCallback> &callback) = 0; 845 virtual int32_t RegisterDnsResultCallback(const sptr<OHOS::NetManagerStandard::NetsysDnsReportCallback> &callback, 855 const sptr<OHOS::NetManagerStandard::NetsysDnsReportCallback> &callback) = 0; 863 virtual int32_t RegisterDnsHealthCallback(const sptr<OHOS::NetsysNative::INetDnsHealthCallback> &callback) = 0; 871 virtual int32_t UnregisterDnsHealthCallback(const sptr<OHOS::NetsysNative::INetDnsHealthCallback> &callback) = 0; 896 virtual int32_t SetFirewallRules(NetFirewallRuleType type, const std::vector<sptr<NetFirewallBaseRule>> &ruleList, 930 virtual int32_t RegisterNetFirewallCallback(const sptr<NetsysNative::INetFirewallCallback> &callback) = 0; 938 virtual int32_t UnRegisterNetFirewallCallback(const sptr<NetsysNative::INetFirewallCallback> &callback) = 0;
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_service.cpp | 92 int32_t NetFirewallService::SetNetFirewallPolicy(const int32_t userId, const sptr<NetFirewallPolicy> &policy) in SetNetFirewallPolicy() 127 int32_t NetFirewallService::GetNetFirewallPolicy(const int32_t userId, sptr<NetFirewallPolicy> &policy) in GetNetFirewallPolicy() 138 int32_t NetFirewallService::AddNetFirewallRule(const sptr<NetFirewallRule> &rule, int32_t &ruleId) in AddNetFirewallRule() 148 int32_t NetFirewallService::UpdateNetFirewallRule(const sptr<NetFirewallRule> &rule) in UpdateNetFirewallRule() 158 int32_t NetFirewallService::GetNetFirewallRules(const int32_t userId, const sptr<RequestParam> &requestParam, in GetNetFirewallRules() 159 sptr<FirewallRulePage> &info) in GetNetFirewallRules() 164 int32_t NetFirewallService::GetNetFirewallRule(const int32_t userId, const int32_t ruleId, sptr<NetFirewallRule> &rule) in GetNetFirewallRule() 169 int32_t NetFirewallService::GetInterceptRecords(const int32_t userId, const sptr<RequestParam> &requestParam, in GetInterceptRecords() 170 sptr<InterceptRecordPage> &info) in GetInterceptRecords()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_service.cpp | 157 [=](const sptr<InterfaceStateCallback> &callback) { callback->OnInterfaceAdded(iface); }); in OnInterfaceAdded() 165 [=](const sptr<InterfaceStateCallback> &callback) { callback->OnInterfaceRemoved(iface); }); in OnInterfaceRemoved() 178 [=](const sptr<InterfaceStateCallback> &callback) { callback->OnInterfaceChanged(ifName, up); }); in OnInterfaceLinkStateChanged() 214 int32_t EthernetService::SetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ic) in SetIfaceConfig() 229 int32_t EthernetService::GetIfaceConfig(const std::string &iface, sptr<InterfaceConfiguration> &ifaceConfig) in GetIfaceConfig() 287 int32_t EthernetService::RegisterIfacesStateChanged(const sptr<InterfaceStateCallback> &callback) in RegisterIfacesStateChanged() 304 int32_t EthernetService::UnregisterIfacesStateChanged(const sptr<InterfaceStateCallback> &callback) in UnregisterIfacesStateChanged() 363 int32_t EthernetService::RegisterMonitorIfaceCallbackAsync(const sptr<InterfaceStateCallback> &callback) in RegisterMonitorIfaceCallbackAsync() 386 int32_t EthernetService::UnregisterMonitorIfaceCallbackAsync(const sptr<InterfaceStateCallback> &callback) in UnregisterMonitorIfaceCallbackAsync()
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_stub.cpp | 126 sptr<IRemoteObject> remote = data.ReadRemoteObject();
in HandleRegisterCallBack() 138 sptr<IRemoteObject::DeathRecipient> dr(recipient.release());
in HandleRegisterCallBack() 189 KITS::ErrorCode NfcControllerStub::RegisterCallBack(const sptr<INfcControllerCallback> &callback,
in RegisterCallBack() 206 OHOS::sptr<IRemoteObject> remoteOjbect = GetTagServiceIface();
in HandleGetNfcTagInterface() 222 OHOS::sptr<IRemoteObject> remoteOjbect = GetHceServiceIface();
in HandleGetNfcHceInterface() 241 sptr<IRemoteObject> remote = data.ReadRemoteObject();
in HandleRegNdefMsgCb() 268 sptr<IRemoteObject> remote = data.ReadRemoteObject();
in HandleRegQueryApplicationCb() 293 sptr<IRemoteObject> remote = data.ReadRemoteObject();
in HandleRegCardEmulationNotifyCb() 330 KITS::ErrorCode NfcControllerStub::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | single_display_fold_policy_test.cpp | 110 sptr<FoldCreaseRegion> foldCreaseRegion; in HWTEST_F() 291 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 311 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 344 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 362 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 378 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 394 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 411 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F() 428 sptr<ScreenSession> screenSession = new ScreenSession; in HWTEST_F()
|
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.cpp | 76 bool FunctionUtil::InitBufferHandleParameter(sptr<ICodecComponent> component, OMX_PARAM_PORTDEFINITIONTYPE ¶m,
in InitBufferHandleParameter() 140 bool FunctionUtil::UseDynaBuffer(sptr<ICodecComponent> component, enum PortIndex port, int bufferCount,
in UseDynaBuffer() 169 bool FunctionUtil::UseHandleBuffer(sptr<ICodecComponent> component, enum PortIndex port,
in UseHandleBuffer() 198 bool FunctionUtil::UseBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port,
in UseBufferOnPort() 229 bool FunctionUtil::AllocateBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port,
in AllocateBufferOnPort() 268 bool FunctionUtil::FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port)
in FreeBufferOnPort() 286 int32_t FunctionUtil::GetPortParameter(sptr<ICodecComponent> component, PortIndex index,
in GetPortParameter() 319 bool FunctionUtil::FillAndEmptyAllBuffer(sptr<ICodecComponent> component, CodecBufferType type)
in FillAndEmptyAllBuffer() 353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState)
in WaitState()
|
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/ |
H A D | insight_intent_utils_test.cpp | 99 sptr<MockBundleManagerProxy> mockBundleMgr_ = nullptr; 125 auto mockBundleMgr = sptr<MockBundleManagerProxy>::MakeSptr(nullptr); in HWTEST_F() 156 auto mockBundleMgr = sptr<MockBundleManagerProxy>::MakeSptr(nullptr); in HWTEST_F() 183 auto mockBundleMgr = sptr<MockBundleManagerProxy>::MakeSptr(nullptr); in HWTEST_F() 205 auto mockBundleMgr = sptr<MockBundleManagerProxy>::MakeSptr(nullptr); in HWTEST_F()
|
/foundation/ability/form_fwk/frameworks/js/napi/form_host/ |
H A D | js_form_state_observer.h | 109 static sptr<JsFormStateObserver> GetInstance(); 130 bool isVisibility, std::string &bundleName, sptr<JsFormStateObserver> &formObserver); 136 sptr<JsFormStateObserver> &formObserver); 139 napi_value jsObserverObject, sptr<JsFormStateObserver> &formObserver); 153 static sptr<JsFormStateObserver> instance_;
|