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:strTmp
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
blob_test.cpp
60
std::string
strTmp
= "123";
in HWTEST_F()
local
61
Blob blob4(
strTmp
.c_str());
in HWTEST_F()
66
const char *chr1 =
strTmp
.c_str();
in HWTEST_F()
90
std::string
strTmp
= "123";
in HWTEST_F()
local
91
Blob blob4(
strTmp
.c_str());
in HWTEST_F()
96
const char *chr1 =
strTmp
.c_str();
in HWTEST_F()
116
std::string
strTmp
= "123";
in HWTEST_F()
local
117
const char *chr =
strTmp
.c_str();
in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_utils_tool.cpp
292
std::string
strTmp
= str + split;
in SplitStringToVector()
local
293
size_t pos =
strTmp
.find(split);
in SplitStringToVector()
294
while (pos !=
strTmp
.npos) {
in SplitStringToVector()
295
std::string matchTmp =
strTmp
.substr(0, pos);
in SplitStringToVector()
297
strTmp
=
strTmp
.substr(pos + 1,
strTmp
.size());
in SplitStringToVector()
298
pos =
strTmp
.find(split);
in SplitStringToVector()
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/
H
A
D
test_audio_ability_stub.cpp
75
std::u16string
strTmp
= TestRpcString16(data.ReadString16());
in OnRemoteRequest()
local
76
bool ret = reply.WriteString16(
strTmp
.c_str());
in OnRemoteRequest()
H
A
D
test_audio_ability_proxy.cpp
200
std::u16string
strTmp
= name;
in TestRpcString16()
local
201
data.WriteString16(
strTmp
.c_str());
in TestRpcString16()
/foundation/arkui/ace_engine/component_ext/ext_common/
H
A
D
ext_napi_utils.cpp
122
char*
strTmp
= static_cast<char*>(malloc(stringLength + 1));
in GetStringFromValueUtf8()
local
123
if (
strTmp
== nullptr) {
in GetStringFromValueUtf8()
126
std::unique_ptr<char, decltype(deleter)> str(
strTmp
, deleter);
in GetStringFromValueUtf8()
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H
A
D
trans_client_proxy_test.cpp
106
char
strTmp
[] = "ABCDEFG";
in HWTEST_F()
local
114
channel.groupId =
strTmp
;
in HWTEST_F()
115
channel.sessionKey =
strTmp
;
in HWTEST_F()
117
channel.peerSessionName =
strTmp
;
in HWTEST_F()
118
channel.peerDeviceId =
strTmp
;
in HWTEST_F()
120
channel.myIp =
strTmp
;
in HWTEST_F()
124
channel.peerIp =
strTmp
;
in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H
A
D
client_trans_udp_manager_test.cpp
103
char
strTmp
[] = "ABCDEFG";
in InitChannelInfo()
local
113
channel.groupId =
strTmp
;
in InitChannelInfo()
114
channel.sessionKey =
strTmp
;
in InitChannelInfo()
117
channel.peerDeviceId =
strTmp
;
in InitChannelInfo()
118
channel.myIp =
strTmp
;
in InitChannelInfo()
122
channel.peerIp =
strTmp
;
in InitChannelInfo()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H
A
D
client_trans_proxy_file_common_test.cpp
236
const unsigned char
strTmp
[] = "test";
in HWTEST_F()
local
237
uint16_t ret = RTU_CRC(
strTmp
, usDataLen);
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H
A
D
distributed_input_sink_transport.cpp
425
std::string
strTmp
= recMsg[DINPUT_SOFTBUS_KEY_VECTOR_DHID];
in NotifyStartRemoteInputDhid()
local
432
callback_->OnStartRemoteInputDhid(sessionId,
strTmp
);
in NotifyStartRemoteInputDhid()
443
std::string
strTmp
= recMsg[DINPUT_SOFTBUS_KEY_VECTOR_DHID];
in NotifyStopRemoteInputDhid()
local
450
callback_->OnStopRemoteInputDhid(sessionId,
strTmp
);
in NotifyStopRemoteInputDhid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
H
A
D
common_napi_utils.cpp
171
char*
strTmp
= static_cast<char*>(malloc(stringLength + 1));
in GetStringFromValueUtf8()
local
172
if (
strTmp
== nullptr) {
in GetStringFromValueUtf8()
175
std::unique_ptr<char, decltype(deleter)> str(
strTmp
, deleter);
in GetStringFromValueUtf8()
Completed in 8 milliseconds