Searched refs:sessionObj (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_service_proxy.cpp | 56 auto sessionObj = iface_cast<AVSessionProxy>(object); in CreateSession() local 57 CHECK_AND_RETURN_RET_LOG(sessionObj, AVSESSION_ERROR, "sessionObj is nullptr"); in CreateSession() 59 …session = std::shared_ptr<AVSession>(sessionObj.GetRefPtr(), [holder = sessionObj](const auto*) {}… in CreateSession()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1241 napi_value sessionObj; in JsSetDecryptConfig() local 1242 status = napi_coerce_to_object(env, args[0], &sessionObj); in JsSetDecryptConfig() 1246 …if (argCount < 1 || napi_typeof(env, sessionObj, &valueType) != napi_ok || valueType != napi_objec… in JsSetDecryptConfig() 1253 status = napi_has_named_property(env, sessionObj, type.c_str(), &exist); in JsSetDecryptConfig() 1256 …CHECK_AND_RETURN_RET_LOG(napi_get_named_property(env, sessionObj, type.c_str(), &nativePointer) ==… in JsSetDecryptConfig()
|