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:code_
(Results
26 - 50
of
157
) sorted by relevance
1
2
3
4
5
6
7
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
response_data.cpp
23
if (
code_
== HTTP_OK) {
in GetResultString()
37
responseJson->Put(std::string("code").c_str(),
code_
);
in GetStringValue()
40
if (
code_
== HTTP_OK) {
in GetStringValue()
73
if (
code_
== HTTP_OK) {
in GetActionCode()
H
A
D
response_data.h
39
return
code_
;
in GetCode()
44
code_
= code;
in SetCode()
66
int32_t
code_
= COMMON_ERROR_CODE;
member in OHOS::Ace::ResponseData
/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/
H
A
D
want_sender_stub_impl_mock.h
39
code_
= code;
in InvokeSendRequest()
45
code_
= code;
in InvokeErrorSendRequest()
49
int
code_
= 0;
member in OHOS::AAFwk::WantSenderStubImplMock
/foundation/ability/ability_runtime/test/unittest/want_sender_proxy_test/
H
A
D
want_sender_stub_mock.h
29
WantSenderStubMock() :
code_
(0) {}
in WantSenderStubMock()
36
code_
= code;
in InvokeSendRequest()
40
int
code_
= 0;
member in OHOS::AAFwk::WantSenderStubMock
/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
H
A
D
want_receiver_stub_mock.h
29
WantReceiverStubMock() :
code_
(0) {}
in WantReceiverStubMock()
36
code_
= code;
in InvokeSendRequest()
40
int
code_
= 0;
member in OHOS::AAFwk::WantReceiverStubMock
/foundation/filemanagement/dfs_service/test/unittests/cloud_daemon/include/
H
A
D
cloud_daemon_service_mock.h
29
int
code_
;
member in OHOS::FileManagement::CloudFile::CloudDaemonServiceMock
30
CloudDaemonServiceMock() :
code_
(0) {}
in CloudDaemonServiceMock()
37
code_
= code;
in InvokeSendRequest()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H
A
D
i_cloud_download_callback_mock.h
30
int
code_
;
member in OHOS::FileManagement::CloudSync::CloudDownloadCallbackMock
31
CloudDownloadCallbackMock() :
code_
(0) {}
in CloudDownloadCallbackMock()
38
code_
= code;
in InvokeSendRequest()
H
A
D
asset_callback_mock.h
30
int
code_
;
member in OHOS::FileManagement::CloudSync::DownloadAssetCallbackMock
31
DownloadAssetCallbackMock() :
code_
(0) {}
in DownloadAssetCallbackMock()
38
code_
= code;
in InvokeSendRequest()
H
A
D
service_callback_mock.h
30
int
code_
;
member in OHOS::FileManagement::CloudSync::CloudSyncCallbackMock
31
CloudSyncCallbackMock() :
code_
(0) {}
in CloudSyncCallbackMock()
38
code_
= code;
in InvokeSendRequest()
/third_party/node/deps/v8/src/snapshot/embedded/
H
A
D
embedded-data.h
76
const uint8_t* code() const { return
code_
; }
in code()
82
Address start = reinterpret_cast<Address>(
code_
);
in IsInCodeRange()
124
delete[]
code_
;
in Dispose()
125
code_
= nullptr;
in Dispose()
157
Address start = reinterpret_cast<Address>(
code_
);
in AddressForHashing()
271
:
code_
(code), code_size_(code_size), data_(data), data_size_(data_size) {
in EmbeddedData()
278
const uint8_t* RawCode() const { return
code_
+ RawCodeOffset(); }
in RawCode()
303
const uint8_t*
code_
;
member in v8::internal::final
/third_party/vixl/src/aarch64/
H
A
D
registers-aarch64.h
93
:
code_
(0),
in CPURegister()
100
:
code_
(code),
in CPURegister()
111
unsigned GetCode() const { return
code_
; }
in GetCode()
122
VIXL_ASSERT(
code_
< kRegListSizeInBits);
in GetBit()
123
return static_cast<RegList>(1) <<
code_
;
in GetBit()
217
return ((
code_
< kNumberOfRegisters) || (
code_
== kSPRegInternalCode)) &&
225
return (
code_
< kNumberOfVRegisters) && (bank_ == kVRegisterBank) &&
239
return (
code_
< kNumberOfZRegisters) && (bank_ == kVRegisterBank) &&
247
return (
code_
< kNumberOfPRegister
[all...]
/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H
A
D
want_receiver_stub_impl_mock.h
39
code_
= code;
in InvokeSendRequest()
45
code_
= code;
in InvokeErrorSendRequest()
49
int
code_
= 0;
member in OHOS::AAFwk::WantReceiverStubImplMock
/foundation/ability/ability_runtime/test/unittest/mission_listener_proxy_test/
H
A
D
mission_listener_stub_mock.h
29
MissionListenerStubMock() :
code_
(0) {}
in MissionListenerStubMock()
36
code_
= code;
in InvokeSendRequest()
40
int
code_
= 0;
member in OHOS::AAFwk::MissionListenerStubMock
/foundation/filemanagement/dfs_service/utils/system/include/
H
A
D
dfsu_exception.h
41
DfsuException(int code, const std::string &msg) :
code_
(code), msg_(msg) {};
in DfsuException()
45
return
code_
;
54
int
code_
{ERR_DEFAULT};
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H
A
D
storage_daemon_proxy_test.cpp
68
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::SHUTDOWN) == mock_->
code_
);
in HWTEST_F()
96
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::PREPARE_USER_DIRS) == mock_->
code_
);
in HWTEST_F()
124
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::DESTROY_USER_DIRS) == mock_->
code_
);
in HWTEST_F()
152
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::START_USER) == mock_->
code_
);
in HWTEST_F()
180
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::STOP_USER) == mock_->
code_
);
in HWTEST_F()
208
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::COMPLETE_ADD_USER) == mock_->
code_
);
in HWTEST_F()
237
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::MOUNT) == mock_->
code_
);
in HWTEST_F()
265
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::UMOUNT) == mock_->
code_
);
in HWTEST_F()
293
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::CHECK) == mock_->
code_
);
in HWTEST_F()
322
ASSERT_TRUE(static_cast<int32_t>(StorageDaemonInterfaceCode::FORMAT) == mock_->
code_
);
in HWTEST_F()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
frame-elider.cc
13
FrameElider::FrameElider(InstructionSequence* code) :
code_
(code) {}
in FrameElider()
145
return
code_
->instruction_blocks();
in instruction_blocks()
149
return
code_
->InstructionBlockAt(rpo_number);
in InstructionBlockAt()
153
return
code_
->InstructionAt(index);
in InstructionAt()
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H
A
D
i_daemon_mock.h
30
int
code_
;
member in OHOS::Storage::DistributedFile::DaemonServiceMock
31
DaemonServiceMock() :
code_
(0) {}
in DaemonServiceMock()
38
code_
= code;
in InvokeSendRequest()
H
A
D
file_dfs_listener_mock.h
32
int
code_
= 0;
member in OHOS::Storage::DistributedFile::FileDfsListenerMock
33
FileDfsListenerMock() :
code_
(0) {}
in FileDfsListenerMock()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H
A
D
dispatch.h
49
DispatchCode Code() const { return
code_
; }
in Code()
51
bool IsSuccess() const { return
code_
== DispatchCode::SUCCESS; }
in IsSuccess()
52
bool IsFallThrough() const { return
code_
== DispatchCode::FALL_THROUGH; }
in IsFallThrough()
53
bool IsError() const { return
code_
< DispatchCode::SUCCESS; }
in IsError()
81
DispatchCode
code_
;
member in v8_crdtp::DispatchResponse
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/ability_scheduler_mock/
H
A
D
ability_scheduler_mock.h
29
AbilitySchedulerMock() :
code_
(0)
in AbilitySchedulerMock()
51
code_
= code;
in InvokeSendRequest()
57
code_
= code;
in InvokeErrorSendRequest()
169
int
code_
= 0;
member in OHOS::AAFwk::AbilitySchedulerMock
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H
A
D
asset_send_callback_mock.h
27
int
code_
= 0;
member in OHOS::Storage::DistributedFile::IAssetSendCallbackMock
28
IAssetSendCallbackMock() :
code_
(0) {}
in IAssetSendCallbackMock()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.h
193
const InstructionSequence&
code_
;
member
201
const InstructionSequence&
code_
;
member
209
const InstructionSequence&
code_
;
member
217
const InstructionSequence*
code_
;
member
225
const InstructionSequence*
code_
;
member
231
const InstructionSequence*
code_
;
member
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H
A
D
abilityms_status.cpp
23
code_
= code;
in AbilityMsStatus()
35
switch (
code_
) {
in LogStatus()
/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/include/
H
A
D
mock_quick_fix_manager_stub.h
33
code_
= code;
in InvokeSendRequest()
38
int
code_
;
member in OHOS::AAFwk::MockQuickFixManagerStub
H
A
D
mock_quick_fix_callback_stub.h
33
code_
= code;
in InvokeSendRequest()
38
int
code_
;
member in OHOS::AppExecFwk::MockQuickFixCallbackStub
Completed in 8 milliseconds
1
2
3
4
5
6
7