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:SetAppId
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
distributed_kv_data_manager.cpp
67
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in GetSingleKvStore()
78
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in GetAllKvStoreId()
87
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in CloseKvStore()
105
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in CloseKvStore()
117
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in CloseAllKvStore()
133
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in DeleteKvStore()
146
KvStoreServiceDeathNotifier::
SetAppId
(appId);
in DeleteAllKvStore()
H
A
D
kvstore_service_death_notifier.h
34
static void
SetAppId
(const AppId &appId);
H
A
D
kvstore_service_death_notifier.cpp
39
void KvStoreServiceDeathNotifier::
SetAppId
(const AppId &appId)
in SetAppId()
function in OHOS::DistributedKv::KvStoreServiceDeathNotifier
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_generate_encrypted_uuid_req.h
41
void
SetAppId
(const std::string &appId)
in SetAppId()
function in OHOS::DistributedHardware::IpcGenerateEncryptedUuidReq
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
system_defined_appitem.h
32
void
SetAppId
(const std::string &appId);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
system_defined_appitem.cpp
55
void SystemDefinedAppItem::
SetAppId
(const std::string &appId)
in SetAppId()
function in OHOS::UDMF::SystemDefinedAppItem
136
SetAppId
(*value);
in SetItems()
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H
A
D
system_defined_appitem_napi.h
42
static napi_value
SetAppId
(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H
A
D
system_defined_appitem_napi.cpp
34
DECLARE_NAPI_GETTER_SETTER("appId", GetAppId,
SetAppId
),
in Constructor()
98
napi_value SystemDefinedAppItemNapi::
SetAppId
(napi_env env, napi_callback_info info)
in SetAppId()
function in OHOS::UDMF::SystemDefinedAppItemNapi
115
sdAppItem->value_->
SetAppId
(appId);
in SetAppId()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_gatt_client_server.cpp
178
void
SetAppId
(int appId)
in SetAppId()
function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
303
(*it)->
SetAppId
(appId);
in RegisterApplication()
H
A
D
bluetooth_gatt_server_server.cpp
184
void
SetAppId
(int32_t appId)
in SetAppId()
function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
186
HILOGI("
SetAppId
= %{public}d", appId);
in SetAppId()
484
(*it)->
SetAppId
(ret);
in RegisterApplication()
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H
A
D
tlv_util_test.cpp
351
appItem->
SetAppId
("com.demo");
in HWTEST_F()
572
appItem->
SetAppId
("com.demo");
in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H
A
D
udmf_client_fuzzer.cpp
404
systemDefinedAppItem1.
SetAppId
(svalue + "appId");
in SetDataSystemDefinedAppItemFuzz()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
pasteboard_utils_test.cpp
209
systemDefinedAppItem1->
SetAppId
(appId);
in InitSystemAppItemData()
H
A
D
pasteboard_unified_data_test.cpp
205
systemDefinedAppItem1->
SetAppId
(appId);
in InitSystemAppItemData()
H
A
D
pasteboard_client_udmf_delay_test.cpp
277
systemDefinedAppItem.
SetAppId
("appId");
in SetSysAppItemUnifiedData()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
udmf_client_test.cpp
793
systemDefinedAppItem1.
SetAppId
("appId");
in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H
A
D
device_manager_impl.cpp
1364
req->
SetAppId
(appId);
in GenerateEncryptedUuid()
Completed in 20 milliseconds