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:ImsSmsInterface
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/sms_mms/interfaces/innerkits/ims/
H
A
D
ims_sms_proxy.h
26
class ImsSmsProxy : public IRemoteProxy<
ImsSmsInterface
> {
28
explicit ImsSmsProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<
ImsSmsInterface
>(impl) {}
in ImsSmsProxy()
H
A
D
ims_sms_client.h
37
* @return sptr<
ImsSmsInterface
>
39
sptr<
ImsSmsInterface
> GetImsSmsProxy();
139
sptr<
ImsSmsInterface
> imsSmsProxy_ = nullptr;
H
A
D
ims_sms_interface.h
25
class
ImsSmsInterface
: public IRemoteBroker {
class
65
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.Telephony.
ImsSmsInterface
");
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H
A
D
ims_unit_test.h
91
int32_t SetSmsConfig(const sptr<
ImsSmsInterface
> &imsSmsSerivce) const;
92
int32_t GetSmsConfig(const sptr<
ImsSmsInterface
> &imsSmsSerivce) const;
93
int32_t SendMessage(const sptr<
ImsSmsInterface
> &imsSmsSerivce) const;
133
using RequestSmsFuncType = int32_t (ImsUnitTest::*)(const sptr<
ImsSmsInterface
> &imsCallSerivce) const;
H
A
D
ims_unit_test.cpp
672
int32_t ImsUnitTest::SetSmsConfig(const sptr<
ImsSmsInterface
> &imsSmsPtr) const
in SetSmsConfig()
680
int32_t ImsUnitTest::GetSmsConfig(const sptr<
ImsSmsInterface
> &imsSmsPtr) const
in GetSmsConfig()
687
int32_t ImsUnitTest::SendMessage(const sptr<
ImsSmsInterface
> &imsSmsPtr) const
in SendMessage()
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H
A
D
ims_service_test.h
40
static sptr<
ImsSmsInterface
> imsSmsPtr_;
H
A
D
ims_service_test.cpp
45
sptr<
ImsSmsInterface
> ImsServiceTest::imsSmsPtr_ = nullptr;
/base/telephony/cellular_call/vendor/ims/services/ims_sms/include/
H
A
D
ims_sms_stub.h
27
class ImsSmsStub : public IRemoteStub<
ImsSmsInterface
> {
/base/telephony/sms_mms/test/gtest/mock/
H
A
D
mock_ims_sms_interface.h
24
class MockImsSms : public
ImsSmsInterface
{
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H
A
D
ims_sms_client.cpp
76
sptr<
ImsSmsInterface
> ImsSmsClient::GetImsSmsProxy()
in GetImsSmsProxy()
102
imsSmsProxy_ = iface_cast<
ImsSmsInterface
>(imsSmsRemoteObjectPtr);
in GetImsSmsProxy()
/base/telephony/sms_mms/test/gtest/
H
A
D
sms_ims_service_interaction_gtest.cpp
50
sptr<
ImsSmsInterface
> pImsSms = new MockImsSms();
in HWTEST_F()
Completed in 8 milliseconds