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:SAME_ACCOUNT
(Results
1 - 11
of
11
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_agent_test.cpp
88
static const string
SAME_ACCOUNT
= "account";
member
107
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
128
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
154
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
178
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
206
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
241
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
267
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
291
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
315
auto mp = make_unique<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in HWTEST_F()
[all...]
H
A
D
softbus_session_dispatcher_test.cpp
38
static const string
SAME_ACCOUNT
= "account";
member
59
OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId,
SAME_ACCOUNT
));
in HWTEST_F()
90
OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId,
SAME_ACCOUNT
));
in HWTEST_F()
119
OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId,
SAME_ACCOUNT
));
in HWTEST_F()
210
OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId,
SAME_ACCOUNT
));
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H
A
D
os_account_observer.cpp
29
static const std::string
SAME_ACCOUNT
= "account";
member
39
AddMPInfo(curUsrId,
SAME_ACCOUNT
);
in OsAccountObserver()
75
AddMPInfo(id,
SAME_ACCOUNT
);
in OnReceiveEvent()
/foundation/filemanagement/dfs_service/test/moduletest/src/
H
A
D
distributedfiledaemon_service_test.cpp
45
static const string
SAME_ACCOUNT
= "account";
member
101
Utils::DfsuMountArgumentDescriptors::Alpha(100,
SAME_ACCOUNT
));
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H
A
D
kernel_talker_test.cpp
34
static const string
SAME_ACCOUNT
= "account";
member
56
g_smp = make_shared<MountPoint>(Utils::DfsuMountArgumentDescriptors::Alpha(USER_ID,
SAME_ACCOUNT
));
in SetUpTestCase()
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_deviceprofile.cpp
94
trustDevice.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::
SAME_ACCOUNT
||
in IsTrustDevice()
228
aclProfile.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::
SAME_ACCOUNT
&&
in InsertDpSameAccount()
243
accessControlProfile.SetBindType((uint32_t)OHOS::DistributedDeviceProfile::BindType::
SAME_ACCOUNT
);
in InsertDpSameAccount()
/foundation/communication/dsoftbus/core/authentication/bind/
H
A
D
auth_device_profile_listener.cpp
43
if (profile.GetBindType() == (uint32_t)OHOS::DistributedDeviceProfile::BindType::
SAME_ACCOUNT
) {
in OnTrustDeviceProfileAdd()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
distributed_device_profile_enums.h
79
SAME_ACCOUNT
= 1,
member in OHOS::DistributedDeviceProfile::DPInterfaceCode::DeviceIdType::AuthenticationType::BindType
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H
A
D
auth_device_profile_listener_test.cpp
70
* @tc.desc: test bindType is
SAME_ACCOUNT
.
77
profile.SetBindType((uint32_t)OHOS::DistributedDeviceProfile::BindType::
SAME_ACCOUNT
);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
42
const int32_t
SAME_ACCOUNT
= 1;
member
972
if (authType ==
SAME_ACCOUNT
) {
in ParseRemoteCredentialExt()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H
A
D
trust_profile_manager.cpp
824
if (bindType == static_cast<int32_t>(BindType::
SAME_ACCOUNT
) ||
in GetAclProfileByUserIdAndBundleName()
913
if (bindType == static_cast<int32_t> (BindType::
SAME_ACCOUNT
) ||
in GetAclProfileByTokenId()
954
if (bindType == static_cast<int32_t> (BindType::
SAME_ACCOUNT
) ||
in GetAclProfileByBundleName()
Completed in 12 milliseconds