| /foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
| D | native_mediakeysession.cpp | 82 … 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 …]
|
| D | native_mediakeysystem.cpp | 484 …struct MediaKeySessionObject *sessionObject = new (std::nothrow) MediaKeySessionObject(keySessionI… in OH_MediaKeySystem_CreateMediaKeySession() local
|
| /foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/ |
| D | ipc_proxy_inner.c | 160 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/ |
| D | ipc_binder_databus_invoker_unittest.cpp | 621 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/ |
| D | ipc_proxy_inner.c | 41 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/ |
| D | dbinder_base_invoker_process.h | 196 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()
|
| D | dbinder_base_invoker_interface.h | 28 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
|
| D | dbinder_base_invoker_object.h | 135 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/ |
| D | dbinder_invoker.c | 155 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/ |
| D | dbinder_databus_invoker.cpp | 234 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/ |
| D | dbinder_databus_invoker_unittest.cpp | 1452 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
|
| D | ipc_object_proxy_unittest.cpp | 135 …bool DBinderDatabusInvoker::UpdateClientSession(std::shared_ptr<DBinderSessionObject> sessionObjec… in UpdateClientSession()
|
| /foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
| D | mediakeydecryptndk_fuzzer.cpp | 181 … MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySession); in FuzzTestMediaKeyDecryptNdk() local
|
| /foundation/communication/ipc/test/fuzztest/ipc/native/src/core/dbinderdatabusinvoker_fuzzer/ |
| D | dbinderdatabusinvoker_fuzzer.cpp | 629 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/ |
| D | drm_framework_unittest.cpp | 3041 … 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/ |
| D | native_audio_codec.cpp | 476 DrmStandard::MediaKeySessionObject *sessionObject = in OH_AudioCodec_SetDecryptionConfig() local
|
| D | native_video_decoder.cpp | 813 …struct MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySe… in OH_VideoDecoder_SetDecryptionConfig() local
|
| /foundation/communication/ipc/dbinder/c/src/ |
| D | dbinder_service.c | 827 … SessionInfo *sessionObject = QuerySessionObject((uintptr_t)(dBinderServiceStub->svc.cookie)); in MakeRemoteBinder() local
|
| /foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
| D | scene_session_manager_proxy.cpp | 84 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/ |
| D | native_avplayer.cpp | 1339 …struct MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(mediaKeySe… in OH_AVPlayer_SetDecryptionConfig() local
|