Searched refs:SetMetaTimedKey (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.h | 49 int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) override; 101 int32_t SetMetaTimedKey(MessageParcel &data, MessageParcel &reply);
|
H A D | recorder_service_stub.cpp | 152 [this](MessageParcel &data, MessageParcel &reply) { return SetMetaTimedKey(data, reply); }; in FillRecFuncPart2() 303 int32_t RecorderServiceStub::SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) in SetMetaTimedKey() function in OHOS::Media::RecorderServiceStub 306 return recorderServer_->SetMetaTimedKey(sourceId, timedKey); in SetMetaTimedKey() 615 int32_t RecorderServiceStub::SetMetaTimedKey(MessageParcel &data, MessageParcel &reply) in SetMetaTimedKey() function in OHOS::Media::RecorderServiceStub 622 reply.WriteInt32(SetMetaTimedKey(sourceId, timedKey)); in SetMetaTimedKey()
|
H A D | recorder_service_proxy.h | 40 int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) override;
|
H A D | i_standard_recorder_service.h | 39 virtual int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) = 0;
|
H A D | recorder_service_proxy.cpp | 235 int32_t RecorderServiceProxy::SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) in SetMetaTimedKey() function in OHOS::Media::RecorderServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 102 virtual int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.h | 43 int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) override;
|
H A D | recorder_client.cpp | 178 int32_t RecorderClient::SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) in SetMetaTimedKey() function in OHOS::Media::RecorderClient 185 return recorderProxy_->SetMetaTimedKey(sourceId, timedKey); in SetMetaTimedKey()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 81 int32_t SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) override;
|
H A D | recorder_server.cpp | 341 int32_t RecorderServer::SetMetaTimedKey(int32_t sourceId, const std::string_view &timedKey) in SetMetaTimedKey() function in OHOS::Media::RecorderServer 564 SetMetaTimedKey(sourceId, VID_DEBUG_INFO_KEY) == MSERR_OK, MSERR_EXT_OPERATE_NOT_PERMIT, in SetMetaConfigs()
|