Home
last modified time | relevance | path

Searched refs:ReleaseSync (Results 1 - 19 of 19) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Donline_sync_table.cpp96 SyncCoordinator::GetInstance().ReleaseSync(); in SyncDeviceProfile()
146 SyncCoordinator::GetInstance().ReleaseSync(); in SyncCompleted()
H A Dsync_coordinator.cpp50 void SyncCoordinator::ReleaseSync() in ReleaseSync() function in OHOS::DeviceProfile::SyncCoordinator
H A Ddevice_profile_storage_manager.cpp440 SyncCoordinator::GetInstance().ReleaseSync(); in NotifySyncStart()
451 SyncCoordinator::GetInstance().ReleaseSync(); in NotifySyncCompleted()
473 SyncCoordinator::GetInstance().ReleaseSync(); in NotifySubscriberDied()
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Dsync_coordinator.h35 void ReleaseSync();
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h220 virtual int32_t ReleaseSync() in ReleaseSync() function in OHOS::Media::IPlayerService
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h61 virtual int32_t ReleaseSync() // Only client rewrite is required in ReleaseSync() function in OHOS::Media::IStandardPlayerService
H A Dplayer_service_proxy.h50 int32_t ReleaseSync() override;
H A Dplayer_service_proxy.cpp379 int32_t PlayerServiceProxy::ReleaseSync() in ReleaseSync() function in OHOS::Media::PlayerServiceProxy
381 MediaTrace trace("PlayerServiceProxy::ReleaseSync"); in ReleaseSync()
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h49 int32_t ReleaseSync() override;
H A Dplayer_client.cpp215 int32_t PlayerClient::ReleaseSync() in ReleaseSync() function in OHOS::Media::PlayerClient
223 return DisableWhenOK(playerProxy_->ReleaseSync()); in ReleaseSync()
/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h48 int32_t ReleaseSync() override;
H A Dplayer_impl.cpp195 int32_t PlayerImpl::ReleaseSync() in ReleaseSync() function in OHOS::Media::PlayerImpl
197 MEDIA_LOGD("PlayerImpl:0x%{public}06" PRIXPTR " ReleaseSync in", FAKE_POINTER(this)); in ReleaseSync()
199 (void)playerService_->ReleaseSync(); in ReleaseSync()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/
H A Dplayer_mock.h133 int32_t ReleaseSync();
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.h86 int32_t ReleaseSync() override
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp529 int32_t PlayerMock::ReleaseSync() in ReleaseSync() function in OHOS::Media::PlayerMock
537 return player_->ReleaseSync(); in ReleaseSync()
H A Dplayer_unit_test.cpp1857 EXPECT_EQ(MSERR_OK, player->ReleaseSync()); in HWTEST_F()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h714 virtual int32_t ReleaseSync() = 0;
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp1000 int32_t ret = playerObj->player_->ReleaseSync(); in OH_AVPlayer_ReleaseSync()
1006 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, AV_ERR_INVALID_VAL, "player ReleaseSync failed"); in OH_AVPlayer_ReleaseSync()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp641 (void)player_->ReleaseSync(); in ReleaseTask()

Completed in 24 milliseconds