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:GetMimeType
(Results
1 - 18
of
18
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessage_fuzzer/
H
A
D
notificationconversationalmessage_fuzzer.cpp
29
notificationConversationalMessage.
GetMimeType
();
in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_paste_data_record_adapter_impl.h
35
ArkWebString
GetMimeType
() override;
H
A
D
ark_paste_data_record_adapter_impl.cpp
66
ArkWebString ArkPasteDataRecordAdapterImpl::
GetMimeType
()
in GetMimeType()
function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
68
return ArkWebStringClassToStruct(real_->
GetMimeType
());
in GetMimeType()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/
H
A
D
getmimetype_fuzzer.cpp
33
dataRecordAdapterImpl->
GetMimeType
();
in GetMimeTypeFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_paste_data_record_adapter_wrapper.cpp
67
std::string ArkPasteDataRecordAdapterWrapper::
GetMimeType
()
in GetMimeType()
function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
69
ArkWebString str = ctocpp_->
GetMimeType
();
in GetMimeType()
H
A
D
ark_paste_data_record_adapter_wrapper.h
35
std::string
GetMimeType
() override;
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_conversational_message.h
75
std::string
GetMimeType
() const;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
229
std::string PasteDataRecordAdapterImpl::
GetMimeType
()
in GetMimeType()
function in OHOS::NWeb::PasteDataRecordAdapterImpl
231
return (record_ != nullptr) ? record_->
GetMimeType
() : "";
in GetMimeType()
445
std::string primaryMimeType = data.front()->
GetMimeType
();
in GetPasteMimeTypeExtention()
447
if (primaryMimeType != item->
GetMimeType
()) {
in GetPasteMimeTypeExtention()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
131
virtual ArkWebString
GetMimeType
() = 0;
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_conversational_message.cpp
53
std::string NotificationConversationalMessage::
GetMimeType
() const
in GetMimeType()
function in OHOS::Notification::NotificationConversationalMessage
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
pasteboard_client_adapter.h
128
virtual std::string
GetMimeType
() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
48
std::string
GetMimeType
() override;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_conversational_message_test.cpp
68
EXPECT_EQ(rrc->
GetMimeType
(), mimeType);
in HWTEST_F()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
web_scheme_handler_request.h
74
char*
GetMimeType
();
H
A
D
web_scheme_handler_request.cpp
235
char* WebSchemeHandlerResponse::
GetMimeType
()
in GetMimeType()
function in OHOS::NWeb::WebSchemeHandlerResponse
H
A
D
napi_web_scheme_handler_request.cpp
620
char* result = response->
GetMimeType
();
in JS_GetMimeType()
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
274
* @tc.desc: Test the
GetMimeType
.
281
std::string mimeType = g_paster->
GetMimeType
();
in HWTEST_F()
286
mimeType = g_pasternull->
GetMimeType
();
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common_convert_content.cpp
435
napi_create_string_utf8(env, conversationalMessage->
GetMimeType
().c_str(), NAPI_AUTO_LENGTH, &value);
in SetConversationalMessage()
Completed in 12 milliseconds