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
defs:syncCb
(Results
1 - 13
of
13
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
profile_event_notifier_proxy_test.cpp
69
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
86
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
104
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
H
A
D
profile_change_notification_test.cpp
268
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
289
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
315
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
337
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
357
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
377
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
HWTEST_F()
local
[all...]
H
A
D
subscribe_manager_test.cpp
219
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
236
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
255
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
274
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
298
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
318
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
HWTEST_F()
local
341
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
HWTEST_F()
local
376
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
HWTEST_F()
local
[all...]
H
A
D
profile_sync_test.cpp
182
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
H
A
D
profile_change_handler_test.cpp
185
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
307
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
325
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
347
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
362
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
[all...]
H
A
D
profile_storage_test.cpp
230
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
490
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
509
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
563
auto
syncCb
= std::make_shared<StorageProfileEventCallback>();
in HWTEST_F()
local
H
A
D
profile_crud_test.cpp
314
auto
syncCb
= std::make_shared<ProfileEventCallback>();
in HWTEST_F()
local
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H
A
D
online_sync_table.cpp
66
int32_t OnlineSyncTable::RegisterSyncCallback(const std::shared_ptr<KvStoreSyncCallback>&
syncCb
)
in RegisterSyncCallback()
argument
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
286
SyncDeviceProfile(const SyncOptions& syncOptions, const std::shared_ptr<IProfileEventCallback>&
syncCb
)
SyncDeviceProfile()
argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
distributed_device_profile_client_kv_test.cpp
418
OHOS::sptr<ISyncCompletedCallback>
syncCb
= nullptr;
in HWTEST_F()
local
H
A
D
device_profile_manager_test.cpp
1278
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= nullptr;
in HWTEST_F()
local
1297
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback());
in HWTEST_F()
local
1500
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback());
in HWTEST_F()
local
1513
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= OHOS::sptr<SyncCompletedCallbackStub>(new SyncCallback());
in HWTEST_F()
local
/test/xts/dcts/distributedhardware/distributeddptest/
H
A
D
device_profile_test.cpp
889
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= nullptr;
in HWTEST_F()
local
908
OHOS::sptr<OHOS::IRemoteObject>
syncCb
= new(nothrow) SyncCallback();
in HWTEST_F()
local
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H
A
D
distributed_device_profile_client.cpp
348
SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<ISyncCompletedCallback>
syncCb
)
SyncDeviceProfile()
argument
Completed in 14 milliseconds