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:IsNumStr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/ipc/ipc/native/src/core/include/
H
A
D
process_skeleton.h
51
static bool
IsNumStr
(const std::string &str);
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
databus_socket_listener.cpp
74
!ProcessSkeleton::
IsNumStr
(peerUid) || !ProcessSkeleton::
IsNumStr
(peerPid)) {
in ServerOnBind()
H
A
D
ipc_object_proxy.cpp
923
!ProcessSkeleton::
IsNumStr
(peerUid) || !ProcessSkeleton::
IsNumStr
(peerPid)) {
in GetDBinderNegotiationData()
964
!ProcessSkeleton::
IsNumStr
(peerUid) || !ProcessSkeleton::
IsNumStr
(peerPid)) {
in GetDBinderNegotiationData()
H
A
D
process_skeleton.cpp
406
bool ProcessSkeleton::
IsNumStr
(const std::string &str)
in IsNumStr()
function in OHOS::ProcessSkeleton
/foundation/deviceprofile/device_info_manager/common/include/utils/
H
A
D
profile_utils.h
106
static bool
IsNumStr
(const std::string& inString);
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
dbinder_databus_invoker.cpp
571
!ProcessSkeleton::
IsNumStr
(peerUid) || !ProcessSkeleton::
IsNumStr
(peerPid)) {
in UpdateClientSession()
962
!ProcessSkeleton::
IsNumStr
(tokenIdStr)) {
in SetCallingIdentity()
978
if (!ProcessSkeleton::GetSubStr(identity, tokenStr, offset, subLen) || !ProcessSkeleton::
IsNumStr
(tokenStr)) {
in SetCallingIdentity()
H
A
D
binder_invoker.cpp
1665
!ProcessSkeleton::
IsNumStr
(tokenIdStr)) {
in SetCallingIdentity()
1671
!ProcessSkeleton::
IsNumStr
(realPidStr)) {
in SetCallingIdentity()
1682
if (!ProcessSkeleton::GetSubStr(identity, pidUidStr, offset, subLen) || !ProcessSkeleton::
IsNumStr
(pidUidStr)) {
in SetCallingIdentity()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H
A
D
profile_utils.cpp
743
if (!
IsNumStr
(propertyValue)) {
in IsPropertyValid()
753
bool ProfileUtils::
IsNumStr
(const std::string& inString)
in IsNumStr()
function in OHOS::DistributedDeviceProfile::ProfileUtils
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
profile_utils_test.cpp
1741
bool isNumStr = ProfileUtils::
IsNumStr
("");
in HWTEST_F()
Completed in 12 milliseconds