Home
last modified time | relevance | path

Searched defs:sessionObject (Results 1 – 20 of 20) sorted by relevance

/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
Dnative_mediakeysession.cpp82 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); in OH_MediaKeySession_GenerateMediaKeyRequest() local
103 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); in OH_MediaKeySession_ProcessMediaKeyResponse() local
161 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_CheckMediaKeyStatus() local
183 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_ClearMediaKeys() local
203 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_GenerateOfflineReleaseRequest() local
235 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_ProcessOfflineReleaseResponse() local
256 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_RestoreOfflineMediaKeys() local
275 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_GetContentProtectionLevel() local
301 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_RequireSecureDecoderModule() local
319 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySessoin); in OH_MediaKeySession_SetMediaKeySessionCallback() local
[all …]
Dnative_mediakeysystem.cpp484 …struct MediaKeySessionObject *sessionObject = new (std::nothrow) MediaKeySessionObject(keySessionI… in OH_MediaKeySystem_CreateMediaKeySession() local
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
Dipc_proxy_inner.c160 HandleSessionList *sessionObject = (HandleSessionList *)malloc(sizeof(HandleSessionList)); in GetSessionFromDBinderService() local
207 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_binder_databus_invoker_unittest.cpp621 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
636 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
688 std::shared_ptr<DBinderSessionObject> sessionObject = variable
883 std::shared_ptr<DBinderSessionObject> sessionObject = variable
906 std::shared_ptr<DBinderSessionObject> sessionObject = variable
923 std::shared_ptr<DBinderSessionObject> sessionObject = variable
1187 const std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
1390 std::shared_ptr<DBinderSessionObject> sessionObject = variable
1411 std::shared_ptr<DBinderSessionObject> sessionObject = variable
1436 std::shared_ptr<DBinderSessionObject> sessionObject = variable
[all …]
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
Dipc_proxy_inner.c41 HandleSessionList *sessionObject = (HandleSessionList *)calloc(1, sizeof(HandleSessionList)); in UpdateDatabusClientSession() local
251 HandleSessionList *sessionObject = QueryProxySession(svc->handle); in UpdateProto() local
/foundation/communication/ipc/ipc/native/src/core/dbinder/include/
Ddbinder_base_invoker_process.h196 bool DBinderBaseInvoker<T>::ProcessRawData(std::shared_ptr<T> sessionObject, MessageParcel &data, u… in ProcessRawData()
226 …binder_transaction_data> DBinderBaseInvoker<T>::ProcessNormalData(std::shared_ptr<T> sessionObject, in ProcessNormalData()
374 …rBaseInvoker<T>::MoveMessageParcel2TransData(MessageParcel &data, std::shared_ptr<T> sessionObject, in MoveMessageParcel2TransData()
Ddbinder_base_invoker_interface.h28 std::shared_ptr<T> sessionObject = GetSessionObject(handle, socketId); in WriteTransaction() local
131 std::shared_ptr<T> sessionObject = WriteTransaction(BC_REPLY, flags, 0, in SendReply() local
Ddbinder_base_invoker_object.h135 uint32_t socketId, std::shared_ptr<T> sessionObject) in IRemoteObjectTranslateWhenSend()
337 bool DBinderBaseInvoker<T>::MoveTransData2Buffer(std::shared_ptr<T> sessionObject, in MoveTransData2Buffer()
/foundation/communication/ipc/ipc/native/c/rpc/src/
Ddbinder_invoker.c155 static int32_t MoveTransData2Buffer(HandleSessionList *sessionObject, dbinder_transaction_data *tra… in MoveTransData2Buffer()
184 HandleSessionList *sessionObject = GetSessionObject((uint32_t)handle, (uint32_t)sessionId); in WriteTransaction() local
356 HandleSessionList *sessionObject = WriteTransaction(BC_REPLY, option, 0, GetCallerSessionId(), in SendReply() local
642 void UpdateClientSession(int32_t handle, HandleSessionList *sessionObject, in UpdateClientSession()
/foundation/communication/ipc/ipc/native/src/core/dbinder/source/
Ddbinder_databus_invoker.cpp234 std::shared_ptr<DBinderSessionObject> sessionObject = std::make_shared<DBinderSessionObject>( in OnReceiveNewConnection() local
556 bool DBinderDatabusInvoker::UpdateClientSession(std::shared_ptr<DBinderSessionObject> sessionObject) in UpdateClientSession()
890 const std::shared_ptr<DBinderSessionObject> sessionObject) in MakeDefaultServerSessionObject()
916 const std::shared_ptr<DBinderSessionObject> sessionObject) in ConnectRemoteObject2Session()
945 std::shared_ptr<DBinderSessionObject> sessionObject) in CreateServerSessionObject()
/foundation/communication/ipc/test/unittest/ipc/native/src/core/source/
Ddbinder_databus_invoker_unittest.cpp1452 auto sessionObject = std::make_shared<DBinderSessionObject>( variable
1470 auto sessionObject = std::make_shared<DBinderSessionObject>( variable
1490 auto sessionObject = std::make_shared<DBinderSessionObject>( variable
2288 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
2307 std::shared_ptr<DBinderSessionObject> sessionObject = variable
2326 std::shared_ptr<DBinderSessionObject> sessionObject = variable
2344 std::shared_ptr<DBinderSessionObject> sessionObject = variable
2363 std::shared_ptr<DBinderSessionObject> sessionObject = variable
2381 std::shared_ptr<DBinderSessionObject> sessionObject = nullptr; variable
2401 std::shared_ptr<DBinderSessionObject> sessionObject = variable
Dipc_object_proxy_unittest.cpp135 …bool DBinderDatabusInvoker::UpdateClientSession(std::shared_ptr<DBinderSessionObject> sessionObjec… in UpdateClientSession()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
Dmediakeydecryptndk_fuzzer.cpp181 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); in FuzzTestMediaKeyDecryptNdk() local
/foundation/communication/ipc/test/fuzztest/ipc/native/src/core/dbinderdatabusinvoker_fuzzer/
Ddbinderdatabusinvoker_fuzzer.cpp629 std::shared_ptr<DBinderSessionObject> sessionObject = CreateDBinderSessionObject(provider); in UpdateClientSessionFuzzTest() local
727 std::shared_ptr<DBinderSessionObject> sessionObject = CreateDBinderSessionObject(provider); in ConnectRemoteObject2SessionFuzzTest() local
777 std::shared_ptr<DBinderSessionObject> sessionObject = CreateDBinderSessionObject(provider); in MakeDefaultServerSessionObjectFuzzTest() local
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
Ddrm_framework_unittest.cpp3041 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3273 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3306 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3333 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3363 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3650 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
3672 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); in killclearplay() local
3866 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); variable
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_audio_codec.cpp476 DrmStandard::MediaKeySessionObject *sessionObject = in OH_AudioCodec_SetDecryptionConfig() local
Dnative_video_decoder.cpp813 …struct MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySe… in OH_VideoDecoder_SetDecryptionConfig() local
/foundation/communication/ipc/dbinder/c/src/
Ddbinder_service.c827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder() local
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_proxy.cpp84 sptr<IRemoteObject> sessionObject = reply.ReadRemoteObject(); in CreateAndConnectSpecificSession() local
160 sptr<IRemoteObject> sessionObject = reply.ReadRemoteObject(); in RecoverAndConnectSpecificSession() local
217 sptr<IRemoteObject> sessionObject = reply.ReadRemoteObject(); in RecoverAndReconnectSceneSession() local
/foundation/multimedia/player_framework/frameworks/native/capi/player/
Dnative_avplayer.cpp1339 …struct MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySe… in OH_AVPlayer_SetDecryptionConfig() local