Home
last modified time | relevance | path

Searched refs:ERR_DH_FWK_POINTER_IS_NULL (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp146 return ERR_DH_FWK_POINTER_IS_NULL; in InitializeAVCenter()
158 return ERR_DH_FWK_POINTER_IS_NULL; in ReleaseAVCenter()
172 return ERR_DH_FWK_POINTER_IS_NULL; in CreateControlChannel()
185 return ERR_DH_FWK_POINTER_IS_NULL; in NotifyAVCenter()
198 return ERR_DH_FWK_POINTER_IS_NULL; in RegisterCtlCenterCallback()
214 return ERR_DH_FWK_POINTER_IS_NULL; in PauseDistributedHardware()
231 return ERR_DH_FWK_POINTER_IS_NULL; in ResumeDistributedHardware()
248 return ERR_DH_FWK_POINTER_IS_NULL; in StopDistributedHardware()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp313 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
329 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
346 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
363 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
380 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
397 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
414 EXPECT_EQ(ERR_DH_FWK_POINTER_IS_NULL, ret);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_enable_task.cpp79 return ERR_DH_FWK_POINTER_IS_NULL; in Enable()
85 return ERR_DH_FWK_POINTER_IS_NULL; in Enable()
H A Dmeta_disable_task.cpp84 return ERR_DH_FWK_POINTER_IS_NULL; in Disable()
90 return ERR_DH_FWK_POINTER_IS_NULL; in Disable()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_modem_context_ext.cpp44 return ERR_DH_FWK_POINTER_IS_NULL; in GetHandler()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_privacy.cpp184 return ERR_DH_FWK_POINTER_IS_NULL; in StartPrivacePage()
211 return ERR_DH_FWK_POINTER_IS_NULL; in StopPrivacePage()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Ddistributed_hardware_errno.h33 constexpr int32_t ERR_DH_FWK_POINTER_IS_NULL = -10005; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddhfwk_sa_manager.cpp150 return ERR_DH_FWK_POINTER_IS_NULL; in RestoreListener()