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:GetReason
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H
A
D
ipc_notify_auth_result_req.h
90
* @tc.name: IpcNotifyAuthResultReq::
GetReason
94
int32_t
GetReason
() const
in GetReason()
function in OHOS::DistributedHardware::IpcNotifyAuthResultReq
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H
A
D
efficiency_resource_info.h
83
inline std::string
GetReason
() const
in GetReason()
function in OHOS::BackgroundTaskMgr::EfficiencyResourceInfo
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H
A
D
resourcce_request.h
139
inline std::string
GetReason
() const
in GetReason()
function in OHOS::ResourceRequest
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H
A
D
rtcp.h
309
std::string
GetReason
() const;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H
A
D
rtcp_unit_test.cpp
384
auto ret = bye->
GetReason
();
in HWTEST_F()
392
auto ret = bye->
GetReason
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_object_event.h
59
virtual std::string
GetReason
(void* object) = 0;
H
A
D
web_delegate_cross.h
72
std::string
GetReason
() const;
H
A
D
web_delegate_cross.cpp
223
std::string WebResourceResponseImpl::
GetReason
() const
in GetReason()
function in OHOS::Ace::WebResourceResponseImpl
1175
auto reason = webResourceResponse->
GetReason
();
in OnHttpErrorReceive()
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H
A
D
bg_efficiency_resources_mgr.cpp
430
endtime, resourceInfo->
GetReason
()});
in UpdateResourcesEndtime()
432
resourceUnitIter->reason_ = resourceInfo->
GetReason
();
in UpdateResourcesEndtime()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H
A
D
rtcp.cpp
357
std::string RtcpBye::
GetReason
() const
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
583
resourceRequest->GetDuration(), resourceRequest->
GetReason
().c_str());
in ApplyAllowResInner()
647
allowTimeList.emplace_back(AllowTime {allowTypeIndex, endTime, resourceRequest->
GetReason
()});
in UpdateRecord()
649
it->reason_ = resourceRequest->
GetReason
();
in UpdateRecord()
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H
A
D
bgtask_client_unit_test.cpp
551
EXPECT_EQ(info2->
GetReason
(), "test");
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_event.h
202
const std::string&
GetReason
() const
in GetReason()
function in OHOS::Ace::NativeEmbedStatus::WebResponse
1933
int
GetReason
() const
in GetReason()
function in OHOS::Ace::NativeEmbedStatus::RenderProcessNotRespondingEvent
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_client_impl.cpp
407
response->PutResponseStateAndStatuscode(webResponse->GetStatusCode(), webResponse->
GetReason
());
in OnHandleInterceptRequest()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
315
int32_t reason = pReq->
GetReason
();
in ON_IPC_SET_REQUEST()
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.cpp
1923
Local<JSValueRef> reason = promiseRejectInfo->
GetReason
();
in PromiseRejectCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
1127
auto reason = JSVal(ToJSValue(response_->
GetReason
()));
in GetReasonMessage()
5232
obj->SetProperty("reason", eventInfo.
GetReason
());
in RenderProcessNotRespondingToJSValue()
Completed in 42 milliseconds