Home
last modified time | relevance | path

Searched refs:Func (Results 1 - 8 of 8) sorted by relevance

/base/startup/init/test/fuzztest/cmdserviceinit_fuzzer/
H A Dcmdserviceinit_fuzzer.cpp21 static void Func(uint16_t type, const char *serviceCmd, const void *context) in Func() function
31 CmdServiceInit(str.c_str(), Func, LE_GetDefaultLoop()); in FuzzCmdServiceInit()
/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.cpp104 typedef void(*Func)(); typedef
115 Func writePoweroffChargeFlag = (Func)dlsym(handler, WRITE_POWER_OFF_CHARGE_FLAG_FUNC); in WritePoweroffChargeFlag()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_header.h107 using Func = std::function<bool(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len)>;
108 std::map<uint8_t, Func> memberFuncMap_;
/base/telephony/core_service/services/sim/include/
H A Dsim_state_handle.h108 using Func = std::function<void(SimStateHandle *, int32_t, const AppExecFwk::InnerEvent::Pointer &)>;
173 static const std::map<uint32_t, Func> memberFuncMap_;
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp224 typedef int32_t(*Func)(bool); typedef
234 Func PowerDoubleClickFlag = (Func)dlsym(handler, SET_WAKEUP_DOUBLE_CLICK_SENSOR); in SetWakeupDoubleClickSensor()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp35 typedef int32_t(*Func)(int32_t, std::string&); typedef
60 Func getDecryptConfig = reinterpret_cast<Func>(dlsym(handler, GET_THERMAL_EXT_CONGIH_FUNC)); in DecryptConfig()
/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c1004 static void Func(bool writeFile) in Func() function
1182 Func(true); in LogCmdF()
1240 Func(false); in main()
/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp41 const std::map<uint32_t, SimStateHandle::Func> SimStateHandle::memberFuncMap_ = {

Completed in 8 milliseconds