Searched refs:Func (Results 1 - 8 of 8) sorted by relevance
/base/startup/init/test/fuzztest/cmdserviceinit_fuzzer/ |
H A D | cmdserviceinit_fuzzer.cpp | 21 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 D | shutdown_controller.cpp | 104 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 D | mms_header.h | 107 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 D | sim_state_handle.h | 108 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 D | wakeup_controller.cpp | 224 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 D | thermal_srv_config_parser.cpp | 35 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 D | tlogcat.c | 1004 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 D | sim_state_handle.cpp | 41 const std::map<uint32_t, SimStateHandle::Func> SimStateHandle::memberFuncMap_ = {
|
Completed in 8 milliseconds