Home
last modified time | relevance | path

Searched refs:KeyIdLenString (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1469 char *KeyIdLenString = nullptr; in Test_MediaKeySession_ProcessMediaKeyResponse() local
1491 KeyIdLenString = new char[KeyIdLenStringLen + 1]; in Test_MediaKeySession_ProcessMediaKeyResponse()
1492 …napi_get_value_string_utf8(env, args[4], KeyIdLenString, KeyIdLenStringLen + 1, &KeyIdLenStringLen… in Test_MediaKeySession_ProcessMediaKeyResponse()
1522 if ((0 != strcmp(KeyIdLenString, " "))) { in Test_MediaKeySession_ProcessMediaKeyResponse()