Searched refs:functionType (Results 1 – 6 of 6) sorted by relevance
37 bool RegisterType(uint32_t functionType, FuncType type) in RegisterType() argument39 if (createMap_.find(functionType) != createMap_.end()) { in RegisterType()42 return createMap_.emplace(functionType, type).second; in RegisterType()45 std::shared_ptr<INTERFACE> GetPtr(uint32_t functionType) in GetPtr() argument47 if (createMap_.find(functionType) == createMap_.end()) { in GetPtr()50 FuncType function = createMap_[functionType]; in GetPtr()
29 const std::string &methodName, FunctionType functionType) in ContextGetResource() argument32 if (functionType == FunctionType::SYNC) { in ContextGetResource()
39 FunctionType functionType);
114 uint8_t functionType; member
377 ::napi_valuetype functionType = ::napi_valuetype::napi_function; in GetMethod()378 ::napi_status retType = ::napi_typeof(env, method, &functionType); in GetMethod()
157 uint32_t functionType = (cmdId >> 16) & 0xF; in OnRemoteRequest() local159 …if (functionType >= HDF_DISPLAY_DRIVER_FUNC_TYPE_MAX || functionNum >= HDF_DISPLAY_DRIVER_FUNC_NUM… in OnRemoteRequest()163 … DisplayDeviceServerStubFunc functionPtr = g_displayDeviceServerFuncTbl[functionType][functionNum]; in OnRemoteRequest()