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:remoteObjectMap_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H
A
D
cloud_sync_service.cpp
286
remoteObjectMap_
[deviceId] = remoteObject;
in OnLoadSACompleteForRemote()
296
for (auto it =
remoteObjectMap_
.begin(); it !=
remoteObjectMap_
.end();) {
in SetDeathRecipient()
298
it =
remoteObjectMap_
.erase(it);
in SetDeathRecipient()
312
auto iter =
remoteObjectMap_
.find(deviceId);
in LoadRemoteSA()
313
if (iter !=
remoteObjectMap_
.end()) {
in LoadRemoteSA()
340
SetDeathRecipient(
remoteObjectMap_
[deviceId]);
in LoadRemoteSA()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H
A
D
cloud_sync_service.h
110
static inline std::map<std::string, sptr<OHOS::IRemoteObject>>
remoteObjectMap_
;
member in OHOS::FileManagement::CloudSync::final
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test7.cpp
327
ssm_->
remoteObjectMap_
.clear();
in HWTEST_F()
331
ssm_->
remoteObjectMap_
.insert(std::make_pair(remoteObject, 1));
in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
scene_session_manager.h
710
std::map<sptr<IRemoteObject>, int32_t>
remoteObjectMap_
;
member in OHOS::OHOS::OHOS::Global::OHOS::Rosen::SceneSessionManager
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
2319
remoteObjectMap_
.insert(std::make_pair(remoteObject, sceneSession->GetPersistentId()));
in AddClientDeathRecipient()
2334
auto iter =
remoteObjectMap_
.find(remoteObject);
in DestroySpecificSession()
2335
if (iter ==
remoteObjectMap_
.end()) {
in DestroySpecificSession()
2346
remoteObjectMap_
.erase(iter);
in DestroySpecificSession()
Completed in 23 milliseconds