/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/ |
H A D | mediakeysessionndk_fuzzer.cpp | 71 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack() argument 95 …rCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, in TestSessoinKeyChangeCallBackWithObj() argument 101 for (uint32_t i = 0; i < keysInfo->keysInfoCount; i++) { in TestSessoinKeyChangeCallBackWithObj() 105 keysInfo->keyId[i][j], keysInfo->keyId[i][j + STEP_ONE], in TestSessoinKeyChangeCallBackWithObj() 106 keysInfo->keyId[i][j + STEP_TWO], keysInfo->keyId[i][j + STEP_THREE]); in TestSessoinKeyChangeCallBackWithObj() 108 DRM_INFO_LOG("KeyChangedEvent: statusValue %s", keysInfo->statusValue[i]); in TestSessoinKeyChangeCallBackWithObj()
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/ |
H A D | native_mediakeysession.h | 72 typedef Drm_ErrCode (*MediaKeySession_KeyChangeCallback)(DRM_KeysInfo *keysInfo, bool newKeysAvail… 113 …e (*OH_MediaKeySession_KeyChangeCallback)(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-drm-kit/ |
H A D | native__mediakeysession_8h.md | 35 …keysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 38 …akeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai…
|
H A D | _drm.md | 100 …keysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 103 …akeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 797 typedef Drm_ErrCode(* MediaKeySession_KeyChangeCallback) (DRM_KeysInfo *keysInfo, bool newKeysAvail… 810 | keysInfo | 密钥信息。 | 902 …ion_KeyChangeCallback) (MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool newKeysAvai… 916 | keysInfo | 密钥信息。 |
|
/ohos5.0/docs/zh-cn/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 33 static Drm_ErrCode SessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool newKeysAvailable) 44 …eyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool hasNewGoodK…
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | native-drm-mediakeysession-management.md | 33 static Drm_ErrCode SessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool newKeysAvailable) 44 …eyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool hasNewGoodK…
|
/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/ |
H A D | native__mediakeysession_8h.md | 35 …keysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 38 …akeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai…
|
H A D | _drm.md | 94 …keysession_keychangecallback)) ([DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 97 …akeysession) \*mediaKeySessoin, [DRM_KeysInfo](_d_r_m___keys_info.md) \*keysInfo, bool newKeysAvai… 791 typedef Drm_ErrCode(* MediaKeySession_KeyChangeCallback) (DRM_KeysInfo *keysInfo, bool newKeysAvail… 804 | keysInfo | Pointer to the media key information.| 896 …ion_KeyChangeCallback) (MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, bool newKeysAvai… 910 | keysInfo | Pointer to the media key information.|
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.cpp | 70 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack() argument
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 207 Drm_ErrCode TestSessoinKeyChangeCallBack(DRM_KeysInfo *keysInfo, bool hasNewGoodKeys) in TestSessoinKeyChangeCallBack() argument 253 …rCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, in TestSessoinKeyChangeCallBackWithObj() argument 260 for (uint32_t i = 0; i < keysInfo->keysInfoCount; i++) { in TestSessoinKeyChangeCallBackWithObj() 264 keysInfo->keyId[i][j], keysInfo->keyId[i][j + STEP_ONE], in TestSessoinKeyChangeCallBackWithObj() 265 keysInfo->keyId[i][j + STEP_TWO], keysInfo->keyId[i][j + STEP_THREE]); in TestSessoinKeyChangeCallBackWithObj() 267 DRM_SAMPLE_INFO_LOG("KeyChangedEvent: statusValue %s", keysInfo->statusValue[i]); in TestSessoinKeyChangeCallBackWithObj()
|