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:GetOsType
(Results
1 - 14
of
14
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H
A
D
system_info_collector.cpp
45
jsonData[SYSTEM_OS_TYPE] =
GetOsType
();
in ConvertToProfileData()
52
int32_t SystemInfoCollector::
GetOsType
()
in GetOsType()
function in OHOS::DeviceProfile::SystemInfoCollector
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H
A
D
system_info_collector.cpp
45
profile.SetOsType(
GetOsType
());
in ConvertToProfile()
50
int32_t SystemInfoCollector::
GetOsType
()
in GetOsType()
function in OHOS::DistributedDeviceProfile::SystemInfoCollector
72
HILOGE("
GetOsType
fail!");
in GetOsType()
/foundation/deviceprofile/device_info_manager/old/services/core/include/contentsensor/
H
A
D
system_info_collector.h
31
int32_t
GetOsType
();
/foundation/deviceprofile/device_info_manager/services/core/include/contentsensormanager/
H
A
D
system_info_collector.h
31
int32_t
GetOsType
();
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
device_profile.h
62
int32_t
GetOsType
() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
device_profile.cpp
117
int32_t DeviceProfile::
GetOsType
() const
in GetOsType()
function in OHOS::DistributedDeviceProfile::DeviceProfile
176
deviceProfile.
GetOsType
());
in operator !=()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H
A
D
wifi_direct_utils.h
104
static int32_t
GetOsType
(const char *networkId);
H
A
D
wifi_direct_dfx.cpp
97
extra.osType = WifiDirectUtils::
GetOsType
(wifiDirectConnectInfo.remoteNetworkId);
in ReportConnEventExtra()
H
A
D
wifi_direct_utils.cpp
600
int32_t WifiDirectUtils::
GetOsType
(const char *networkId)
in GetOsType()
function in OHOS::SoftBus::WifiDirectUtils
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
368
if (devProfile.GetOsVersion().empty() || devProfile.
GetOsType
() == MIN_OS_TYPE) {
in IsDeviceProfileValid()
466
values[GenerateDBKey(deviceProfileKey, OS_TYPE)] = std::to_string(profile.
GetOsType
());
in DeviceProfileToEntries()
468
values[GenerateDBKey(deviceProfileKey, OS_TYPE + OH_PROFILE_SUFFIX)] = std::to_string(profile.
GetOsType
());
in DeviceProfileToEntries()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
distributed_device_profile_client_kv_test.cpp
295
deviceProfile1.
GetOsType
();
in HWTEST_F()
H
A
D
device_profile_manager_test.cpp
745
outDeviceProfile.
GetOsType
();
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H
A
D
wifi_direct_utils.cpp
554
int32_t WifiDirectUtils::
GetOsType
(const char *networkId)
in GetOsType()
function in OHOS::SoftBus::WifiDirectUtils
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H
A
D
device_profile_manager.cpp
961
if (deviceProfile.
GetOsType
() != OHOS_TYPE) { return; }
in ClearDataWithPeerLogout()
Completed in 16 milliseconds