Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ReleaseSync
(Results
1 - 19
of
19
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
online_sync_table.cpp
96
SyncCoordinator::GetInstance().
ReleaseSync
();
in SyncDeviceProfile()
146
SyncCoordinator::GetInstance().
ReleaseSync
();
in SyncCompleted()
H
A
D
sync_coordinator.cpp
50
void SyncCoordinator::
ReleaseSync
()
in ReleaseSync()
function in OHOS::DeviceProfile::SyncCoordinator
H
A
D
device_profile_storage_manager.cpp
440
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
D
sync_coordinator.h
35
void
ReleaseSync
();
/foundation/multimedia/player_framework/services/include/
H
A
D
i_player_service.h
220
virtual int32_t
ReleaseSync
()
in ReleaseSync()
function in OHOS::Media::IPlayerService
/foundation/multimedia/player_framework/services/services/player/ipc/
H
A
D
i_standard_player_service.h
61
virtual int32_t
ReleaseSync
() // Only client rewrite is required
in ReleaseSync()
function in OHOS::Media::IStandardPlayerService
H
A
D
player_service_proxy.h
50
int32_t
ReleaseSync
() override;
H
A
D
player_service_proxy.cpp
379
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
D
player_client.h
49
int32_t
ReleaseSync
() override;
H
A
D
player_client.cpp
215
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
D
player_impl.h
48
int32_t
ReleaseSync
() override;
H
A
D
player_impl.cpp
195
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
D
player_mock.h
133
int32_t
ReleaseSync
();
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H
A
D
player_service_proxy_fuzzer.h
86
int32_t
ReleaseSync
() override
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H
A
D
player_mock.cpp
529
int32_t PlayerMock::
ReleaseSync
()
in ReleaseSync()
function in OHOS::Media::PlayerMock
537
return player_->
ReleaseSync
();
in ReleaseSync()
H
A
D
player_unit_test.cpp
1857
EXPECT_EQ(MSERR_OK, player->
ReleaseSync
());
in HWTEST_F()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
player.h
714
virtual int32_t
ReleaseSync
() = 0;
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H
A
D
native_avplayer.cpp
1000
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
D
avplayer_napi.cpp
641
(void)player_->
ReleaseSync
();
in ReleaseTask()
Completed in 24 milliseconds