Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_receiver_manager_test.cpp50 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable
51 ASSERT_EQ(receiverKey, "0");
81 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable
84 ASSERT_EQ(receiverKey, surfaceId);
102 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); variable
103 auto surface = imageReceiverManager.getSurfaceByKeyId(receiverKey);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/
H A Dimage_receiver_context.h83 void SetReceiverKey(std::string receiverKey) in SetReceiverKey() argument
85 receiverKey_ = receiverKey; in SetReceiverKey()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H A Dimage_receiver.cpp221 std::string receiverKey = imageReceiverManager.SaveImageReceiver(iva); in CreateImageReceiver() local
222 iva->iraContext_->SetReceiverKey(receiverKey); in CreateImageReceiver()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp64 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); in CreatePhotoOutput() local
66 surfaceId = receiverKey.c_str(); in CreatePhotoOutput()
251 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); in ReleaseImageReceiver() local
252 Media::ImageReceiverManager::ReleaseReceiverById(receiverKey); in ReleaseImageReceiver()
3365 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); variable
3367 surfaceId = receiverKey.c_str();
3473 std::string receiverKey = imageReceiver->iraContext_->GetReceiverKey(); variable
3475 surfaceId = receiverKey.c_str();
3531 surfaceId = receiverKey.c_str();
3588 surfaceId = receiverKey.c_str();
[all …]