Searched defs:funcPtr (Results 1 – 4 of 4) sorted by relevance
44 void* funcPtr = intfLoader_.QueryInterface("GetRebootCommand"); in GetRebootCommand() local55 void* funcPtr = intfLoader_.QueryInterface("SubscribeScreenLockCommonEvent"); in SubscribeScreenLockCommonEvent() local66 void* funcPtr = intfLoader_.QueryInterface("UnSubscribeScreenLockCommonEvent"); in UnSubscribeScreenLockCommonEvent() local77 void* funcPtr = intfLoader_.QueryInterface("BlockHibernateUntilScrLckReady"); in BlockHibernateUntilScrLckReady() local
111 std::function<bool(const napi_env, const AssetAttr &, uint32_t, uint32_t)> funcPtr; member141 std::function<bool(const napi_env, const AssetAttr &, const std::vector<uint32_t> &)> funcPtr; member187 auto funcPtr = CHECK_CONTINOUS_RANGE_FUNC_MAP.at(attr.tag).funcPtr; in CheckAssetValueValidity() local193 auto funcPtr = CHECK_DISCRETE_RANGE_FUNC_MAP.at(attr.tag).funcPtr; in CheckAssetValueValidity() local
56 auto funcPtr = dlsym(handle_, funcName.c_str()); in GetFunction() local
58 void* funcPtr = dlsym(libHandle_, symbolName); in LoadInterface() local