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:ImsSmsProxy
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H
A
D
ims_sms_proxy.cpp
24
int32_t
ImsSmsProxy
::ImsSendMessage(int32_t slotId, const ImsMessageInfo &imsMessageInfo)
in ImsSendMessage()
50
int32_t
ImsSmsProxy
::ImsSetSmsConfig(int32_t slotId, int32_t imsSmsConfig)
in ImsSetSmsConfig()
64
int32_t
ImsSmsProxy
::ImsGetSmsConfig(int32_t slotId)
in ImsGetSmsConfig()
74
int32_t
ImsSmsProxy
::RegisterImsSmsCallback(const sptr<ImsSmsCallbackInterface> &callback)
in RegisterImsSmsCallback()
83
if (!in.WriteInterfaceToken(
ImsSmsProxy
::GetDescriptor())) {
in RegisterImsSmsCallback()
107
int32_t
ImsSmsProxy
::WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId)
in WriteCommonInfo()
109
if (!in.WriteInterfaceToken(
ImsSmsProxy
::GetDescriptor())) {
in WriteCommonInfo()
120
int32_t
ImsSmsProxy
::SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId)
in SendRequest()
/base/telephony/sms_mms/interfaces/innerkits/ims/
H
A
D
ims_sms_proxy.h
26
class
ImsSmsProxy
: public IRemoteProxy<ImsSmsInterface> {
class
28
explicit
ImsSmsProxy
(const sptr<IRemoteObject> &impl) : IRemoteProxy<ImsSmsInterface>(impl) {}
in ImsSmsProxy()
function in OHOS::Telephony::ImsSmsProxy
29
~
ImsSmsProxy
() = default;
73
static inline BrokerDelegator<
ImsSmsProxy
> delegator_;
/base/telephony/sms_mms/test/gtest/mock/
H
A
D
mock_ims_sms_interface.h
54
class MockImsSmsProxy : public
ImsSmsProxy
{
56
explicit MockImsSmsProxy(const sptr<IRemoteObject> &impl) :
ImsSmsProxy
(impl) {}
in MockImsSmsProxy()
Completed in 1 milliseconds