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:actualElementName
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/cj_element_name_ffi_test/
H
A
D
cj_element_name_ffi_test.cpp
72
auto
actualElementName
= reinterpret_cast<ElementName*>(elementNameHandle);
in HWTEST_F()
local
74
EXPECT_EQ(
actualElementName
->GetDeviceID(), deviceId);
in HWTEST_F()
75
EXPECT_EQ(
actualElementName
->GetBundleName(), bundleName);
in HWTEST_F()
76
EXPECT_EQ(
actualElementName
->GetAbilityName(), abilityName);
in HWTEST_F()
77
EXPECT_EQ(
actualElementName
->GetModuleName(), moduleName);
in HWTEST_F()
103
auto
actualElementName
= reinterpret_cast<ElementName*>(elementNameHandle);
in HWTEST_F()
local
104
EXPECT_EQ(
actualElementName
->GetDeviceID(), deviceId);
in HWTEST_F()
105
EXPECT_EQ(
actualElementName
->GetBundleName(), bundleName);
in HWTEST_F()
106
EXPECT_EQ(
actualElementName
->GetAbilityName(), abilityName);
in HWTEST_F()
107
EXPECT_EQ(
actualElementName
in HWTEST_F()
135
auto
actualElementName
= reinterpret_cast<ElementName*>(elementNameHandle);
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H
A
D
cj_element_name_ffi.cpp
37
auto
actualElementName
= reinterpret_cast<ElementName*>(elementNameHandle);
in FFICJElementNameDelete()
local
38
delete
actualElementName
;
in FFICJElementNameDelete()
39
actualElementName
= nullptr;
in FFICJElementNameDelete()
51
auto
actualElementName
= reinterpret_cast<ElementName*>(elementNameHandle);
in FFICJElementNameGetElementNameInfo()
local
52
buffer->deviceId = CreateCStringFromString(
actualElementName
->GetDeviceID());
in FFICJElementNameGetElementNameInfo()
53
buffer->bundleName = CreateCStringFromString(
actualElementName
->GetBundleName());
in FFICJElementNameGetElementNameInfo()
54
buffer->abilityName = CreateCStringFromString(
actualElementName
->GetAbilityName());
in FFICJElementNameGetElementNameInfo()
55
buffer->moduleName = CreateCStringFromString(
actualElementName
->GetModuleName());
in FFICJElementNameGetElementNameInfo()
H
A
D
cj_want_ffi.cpp
94
auto
actualElementName
= reinterpret_cast<ElementName*>(params->elementName);
in FFICJWantParamsDelete()
local
95
delete
actualElementName
;
in FFICJWantParamsDelete()
96
actualElementName
= nullptr;
in FFICJWantParamsDelete()
Completed in 2 milliseconds