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:bitset
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H
A
D
profile_event.h
19
#include <
bitset
>
30
using ProfileEvents = std::
bitset
<EVENT_PROFILE_END>;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H
A
D
unified_key.cpp
22
static std::
bitset
<MAX_BIT_SIZE> g_ruleIntention;
23
static std::
bitset
<MAX_BIT_SIZE> g_ruleBundleName;
24
static std::
bitset
<MAX_BIT_SIZE> g_ruleGroupId;
109
bool UnifiedKey::CheckCharacter(std::string data, std::
bitset
<MAX_BIT_SIZE> rule)
in CheckCharacter()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H
A
D
wifi_country_code_manager.h
19
#include <
bitset
>
153
std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN> wifiCountryCodePolicyConf_;
168
std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN> GetWifiCountryCodePolicy();
H
A
D
wifi_country_code_policy.h
19
#include <
bitset
>
36
explicit WifiCountryCodePolicy(std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN> wifiCountryCodePolicyConf);
54
void CreatePolicy(std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN> wifiCountryCodePolicyConf);
H
A
D
wifi_country_code_manager.cpp
243
std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN> WifiCountryCodeManager::GetWifiCountryCodePolicy()
in GetWifiCountryCodePolicy()
251
return std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN>(policyConf);
in GetWifiCountryCodePolicy()
255
return std::
bitset
<WIFI_COUNTRY_CODE_POLICE_DEF_LEN>(policyConf);
in GetWifiCountryCodePolicy()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H
A
D
unified_key.h
19
#include <
bitset
>
36
bool CheckCharacter(std::string data, std::
bitset
<MAX_BIT_SIZE> rule);
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H
A
D
sync_state_manager.h
21
#include <
bitset
>
65
std::
bitset
<static_cast<unsigned long>(SignalPos::END)> syncSignal;
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avcall_state.h
19
#include <
bitset
>
43
using AVCallStateMaskType = std::
bitset
<AVCALL_STATE_KEY_MAX>;
H
A
D
avcall_meta_data.h
18
#include <
bitset
>
45
using AVCallMetaMaskType = std::
bitset
<AVCALL_META_KEY_MAX>;
H
A
D
avqueue_item.h
19
#include <
bitset
>
H
A
D
media_info_holder.h
19
#include <
bitset
>
H
A
D
avplayback_state.h
19
#include <
bitset
>
74
using PlaybackStateMaskType = std::
bitset
<PLAYBACK_KEY_MAX>;
H
A
D
avqueue_info.h
18
#include <
bitset
>
H
A
D
avcast_controller.h
19
#include <
bitset
>
H
A
D
avsession_controller.h
19
#include <
bitset
>
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
auto_sync_matrix.h
19
#include <
bitset
>
39
std::
bitset
<MAX_SIZE> data;
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
input_device.h
19
#include <
bitset
>
128
std::
bitset
<INPUT_DEV_CAP_MAX> capabilities_;
138
capabilities_ = std::
bitset
<INPUT_DEV_CAP_MAX>(caps % (1 << INPUT_DEV_CAP_MAX));
in SetCapabilities()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
ui_extension_manager.h
19
#include <
bitset
>
131
static std::
bitset
<UI_EXTENSION_ID_FIRST_MAX> idPool_;
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
multi_instance_manager.h
19
#include <
bitset
>
71
std::unordered_map<std::string, std::
bitset
<MAX_INSTANCE_COUNT>> bundleInstanceUsageMap_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/
H
A
D
preprocess_utils.h
18
#include <
bitset
>
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
multi_instance_manager.cpp
353
std::
bitset
<MAX_INSTANCE_COUNT>
bitset
;
in AddInstanceId()
local
354
bitset
.reset();
in AddInstanceId()
355
bitset
[instanceId] = 1;
in AddInstanceId()
356
bundleInstanceUsageMap_.emplace(bundleName,
bitset
);
in AddInstanceId()
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H
A
D
subscribe_manager.h
21
#include <
bitset
>
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H
A
D
v_input_device.h
19
#include <
bitset
>
130
std::
bitset
<DEVICE_CAP_MAX> caps_;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H
A
D
rs_property_drawable.h
19
#include <
bitset
>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H
A
D
rs_drawable.h
19
#include <
bitset
>
Completed in 10 milliseconds
1
2
3