Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/napi/include/
H A Dnapi_auto_register.h37 bool RegisterType(uint32_t functionType, FuncType type) in RegisterType()
45 std::shared_ptr<INTERFACE> GetPtr(uint32_t functionType) in GetPtr()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_context.cpp29 const std::string &methodName, FunctionType functionType) in ContextGetResource()
/ohos5.0/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_chip.h114 uint8_t functionType; member
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp157 uint32_t functionType = (cmdId >> 16) & 0xF; in OnRemoteRequest() local