Home
last modified time | relevance | path

Searched refs:SetEnableFlag (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp64 formTimerMgr.SetEnableFlag(formId, flag); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h338 void SetEnableFlag(int64_t formId, bool flag);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp49 SetEnableFlag(false); in AvrcCtProfile()
63 SetEnableFlag(false); in ~AvrcCtProfile()
93 SetEnableFlag(true); in Enable()
120 SetEnableFlag(false); in Disable()
139 void AvrcCtProfile::SetEnableFlag(bool isEnabled) in SetEnableFlag() function in OHOS::bluetooth::AvrcCtProfile
H A Davrcp_ct_profile.h574 static void SetEnableFlag(bool isEnabled);
H A Davrcp_ct_service.cpp149 profile_->SetEnableFlag(false); in Disable()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp47 SetEnableFlag(false); in AvrcTgProfile()
56 SetEnableFlag(false); in ~AvrcTgProfile()
96 SetEnableFlag(true); in Enable()
108 SetEnableFlag(false); in Disable()
127 void AvrcTgProfile::SetEnableFlag(bool isEnabled) in SetEnableFlag() function in OHOS::bluetooth::AvrcTgProfile
H A Davrcp_tg_profile.h405 static void SetEnableFlag(bool isEnabled);
H A Davrcp_tg_service.cpp542 profile_->SetEnableFlag(false); in Disable()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp384 SetEnableFlag(formId, false); in SetNextRefreshTime()
389 void FormTimerMgr::SetEnableFlag(int64_t formId, bool flag) in SetEnableFlag() function in OHOS::AppExecFwk::FormTimerMgr
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp1026 formTimerMgr->SetEnableFlag(formId, flag);
1044 formTimerMgr->SetEnableFlag(formId, flag);