Home
last modified time | relevance | path

Searched refs:hdfRilHost (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_driver.cpp62 if (hdfRilHost == nullptr) { in HdfRilDriverBind()
68 hdfRilHost->ioService.Open = nullptr; in HdfRilDriverBind()
74 delete hdfRilHost; in HdfRilDriverBind()
75 hdfRilHost = nullptr; in HdfRilDriverBind()
79 hdfRilHost->stub = in HdfRilDriverBind()
81 if (hdfRilHost->stub == nullptr) { in HdfRilDriverBind()
83 delete hdfRilHost; in HdfRilDriverBind()
84 hdfRilHost = nullptr; in HdfRilDriverBind()
90 delete hdfRilHost; in HdfRilDriverBind()
91 hdfRilHost = nullptr; in HdfRilDriverBind()
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_driver.cpp.txt61 auto *hdfRilHost = new (std::nothrow) HdfRilHost;
62 if (hdfRilHost == nullptr) {
67 hdfRilHost->ioService.Dispatch = RilDriverDispatch;
68 hdfRilHost->ioService.Open = NULL;
69 hdfRilHost->ioService.Release = NULL;
74 delete hdfRilHost;
80 if (hdfRilHost->stub == nullptr) {
82 delete hdfRilHost;
86 deviceObject->service = &hdfRilHost->ioService;
98 if (hdfRilHost != nullptr) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_driver.cpp.txt61 auto *hdfRilHost = new (std::nothrow) HdfRilHost;
62 if (hdfRilHost == nullptr) {
67 hdfRilHost->ioService.Dispatch = RilDriverDispatch;
68 hdfRilHost->ioService.Open = NULL;
69 hdfRilHost->ioService.Release = NULL;
74 delete hdfRilHost;
80 if (hdfRilHost->stub == nullptr) {
82 delete hdfRilHost;
86 deviceObject->service = &hdfRilHost->ioService;
98 if (hdfRilHost != nullptr) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_driver.cpp.txt61 auto *hdfRilHost = new (std::nothrow) HdfRilHost;
62 if (hdfRilHost == nullptr) {
67 hdfRilHost->ioService.Dispatch = RilDriverDispatch;
68 hdfRilHost->ioService.Open = NULL;
69 hdfRilHost->ioService.Release = NULL;
74 delete hdfRilHost;
80 if (hdfRilHost->stub == nullptr) {
82 delete hdfRilHost;
86 deviceObject->service = &hdfRilHost->ioService;
98 if (hdfRilHost != nullptr) {
[all …]